#FE8F66

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

Shades of Atomic Tangerine #FE8F66

Tints of Atomic Tangerine #FE8F66

Color information

#FE8F66 (or 0xFE8F66) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8F and 66. RGB value is (254,143,102). Sum of RGB (Red+Green+Blue) = 254+143+102=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F66 is #017099. Grayscale: #ABABAB. Windows color (decimal): -94362 or 6721534. OLE color: 6721534.

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

Color convert

RGB254143102-
CMYK00.440.600.00
HSL16.18º98.7%69.8%-
HSV(B)16.18º59.84%99.61%-
XYZ53.0941.6817.82-
YUV171.5288.77186.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=50.90%
G=28.66%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414310200.440.600.0016.1898.769.8
HexFE8F6602C3C0106346
Octal37621714605474020143106
Binary11111110100011111100110010110011110001000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8F66; }

 p { color: rgb(254,143,102); }

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

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

 a { background-color: rgb(254,143,102); }

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

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

 span { border-color: rgb(254,143,102); }

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