#FF9266

Color #FF9266 Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #FF9266

Tints of Atomic Tangerine #FF9266

Color information

#FF9266 (or 0xFF9266) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 92 and 66. RGB value is (255,146,102). Sum of RGB (Red+Green+Blue) = 255+146+102=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9266 is #006D99. Grayscale: #ADADAD. Windows color (decimal): -28058 or 6722303. OLE color: 6722303.

HSL color Cylindrical-coordinate representation of color #FF9266: hue angle of 17.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9266 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255146102-
CMYK00.430.60
HSL17.25º100%70%-
HSV(B)17.25º60%100%-
XYZ53.9242.7817.99-
YUV173.5887.61186.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=50.70%
G=29.03%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514610200.430.6017.2510070
HexFF926602B3C0116446
Octal37722214605374021144106
Binary11111111100100101100110010101111110001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9266; }

 p { color: rgb(255,146,102); }

 H1.HeaderClassName
 {
   color: #FF9266;
 }
 .AnyTagClassName
 {
   color: #FF9266;
 }
</style>
background-color css

<style>
 a { background-color: #FF9266; }

 a { background-color: rgb(255,146,102); }

 div.DivClassName
 {
   background-color: #FF9266;
 }
 .BgClassName
 {
   background-color: #FF9266;
 }
</style>
border-color css

<style>
 span { border-color: #FF9266; }

 span { border-color: rgb(255,146,102); }

 td.TdClassName
 {
   border-color: #FF9266;
 }
 .TagClassName
 {
   border-color: #FF9266;
 }
</style>