#FE8E6B

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

Shades of Atomic Tangerine #FE8E6B

Tints of Atomic Tangerine #FE8E6B

Color information

#FE8E6B (or 0xFE8E6B) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8E and 6B. RGB value is (254,142,107). Sum of RGB (Red+Green+Blue) = 254+142+107=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E6B is #017194. Grayscale: #ABABAB. Windows color (decimal): -94613 or 7048958. OLE color: 7048958.

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

Color convert

RGB254142107-
CMYK00.440.580.00
HSL14.29º98.66%70.78%-
HSV(B)14.29º57.87%99.61%-
XYZ53.241.4819.11-
YUV171.591.61186.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=50.50%
G=28.23%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414210700.440.580.0014.2998.6670.78
HexFE8E6B02C3A0e6347
Octal37621615305472016143107
Binary1111111010001110110101101011001110100111011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8E6B; }

 p { color: rgb(254,142,107); }

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

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

 a { background-color: rgb(254,142,107); }

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

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

 span { border-color: rgb(254,142,107); }

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