#FF8D66

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

Shades of Atomic Tangerine #FF8D66

Tints of Atomic Tangerine #FF8D66

Color information

#FF8D66 (or 0xFF8D66) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 8D and 66. RGB value is (255,141,102). Sum of RGB (Red+Green+Blue) = 255+141+102=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D66 is #007299. Grayscale: #AAAAAA. Windows color (decimal): -29338 or 6721023. OLE color: 6721023.

HSL color Cylindrical-coordinate representation of color #FF8D66: hue angle of 15.29º 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 #FF8D66 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255141102-
CMYK00.450.60
HSL15.29º100%70%-
HSV(B)15.29º60%100%-
XYZ53.1641.2717.73-
YUV170.6489.27188.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=51.20%
G=28.31%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514110200.450.6015.2910070
HexFF8D6602D3C0f6446
Octal37721514605574017144106
Binary1111111110001101110011001011011111000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D66; }

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

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

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

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

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

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

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

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