#FEA81E

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

Shades of Dark Tangerine #FEA81E

Tints of Dark Tangerine #FEA81E

Color information

#FEA81E (or 0xFEA81E) is unknown color: approx Dark Tangerine. HEX triplet: FE, A8 and 1E. RGB value is (254,168,30). Sum of RGB (Red+Green+Blue) = 254+168+30=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA81E is #0157E1. Grayscale: #B2B2B2. Windows color (decimal): -88034 or 2009342. OLE color: 2009342.

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

Color convert

RGB25416830-
CMYK00.340.880.00
HSL36.96º99.12%55.69%-
HSV(B)36.96º88.19%99.61%-
XYZ55.1149.177.81-
YUV177.9844.49182.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.19%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 30 (12.11% from 255) = 6.64%
R=56.19%
G=37.17%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541683000.340.880.0036.9699.1255.69
HexFEA81E022580256338
Octal3762503604213004514370
Binary1111111010101000111100100010101100001001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA81E; }

 p { color: rgb(254,168,30); }

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

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

 a { background-color: rgb(254,168,30); }

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

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

 span { border-color: rgb(254,168,30); }

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