Html Css Color HEX #FEA811 Dark Tangerine

📋 copy color: '#FEA811'

red 254 ◦ green 168 ◦ blue 17

#FEA811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FEA811

Tints of Dark Tangerine #FEA811

RGB

 RED value IS 254 (99.61% from 255) = 57.86%

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 17 (7.03% from 255) = 3.87%

R = 57.86%
G = 38.27%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA811 (or 0xFEA811) is known color: Dark Tangerine. HEX triplet: FE, A8 and 11. RGB value is (254,168,17). Sum of RGB (Red+Green+Blue) = 254+168+17=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA811 is #0157EE. Grayscale: #B1B1B1. Windows color (decimal): -88047 or 1157374. OLE color: 1157374.

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

Color convert

RGB 254 168 17 -
CMYK 0 0.34 0.93 0.00
HSL 38.23º 0.99% 0.53% -
HSV(B) 38.23º 0.93% 1% -
XYZ 54.98 49.12 7.11 -
YUV 176.5 37.99 183.28 -
System Red Green Blue C M Y K H S L
Decimal 254 168 17 0 0.34 0.93 0.00 38.23 0.99 0.53
Hex FE A8 11 0 22 5D 0 26 63 35
Octal 376 250 21 0 42 135 0 46 143 65
Binary 11111110 10101000 10001 0 100010 1011101 0 100110 1100011 110101

Color Harmonies of #FEA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA811

Black with #FEA811

Text Example


Text Example

White with #FEA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA811; }

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

 H1.HeaderClassName
 {
   color: #FEA811;
 }
 .AnyTagClassName
 {
   color: #FEA811;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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