Html Css Color HEX #FEA118 Dark Tangerine

📋 copy color: '#FEA118'

red 254 ◦ green 161 ◦ blue 24

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

Shades of Dark Tangerine #FEA118

Tints of Dark Tangerine #FEA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 57.86%
G = 36.67%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA118 (or 0xFEA118) is known color: Dark Tangerine. HEX triplet: FE, A1 and 18. RGB value is (254,161,24). Sum of RGB (Red+Green+Blue) = 254+161+24=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA118 is #015EE7. Grayscale: #ADADAD. Windows color (decimal): -89832 or 1614334. OLE color: 1614334.

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

Color convert

RGB 254 161 24 -
CMYK 0 0.37 0.91 0.00
HSL 35.74º 0.99% 0.55% -
HSV(B) 35.74º 0.91% 1% -
XYZ 53.78 46.63 7.03 -
YUV 173.19 43.81 185.64 -
System Red Green Blue C M Y K H S L
Decimal 254 161 24 0 0.37 0.91 0.00 35.74 0.99 0.55
Hex FE A1 18 0 25 5B 0 24 63 37
Octal 376 241 30 0 45 133 0 44 143 67
Binary 11111110 10100001 11000 0 100101 1011011 0 100100 1100011 110111

Color Harmonies of #FEA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA118

Black with #FEA118

Text Example


Text Example

White with #FEA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA118; }

 p { color: rgb(254,161,24); }

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

background-color css

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

 a { background-color: rgb(254,161,24); }

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

border-color css

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

 span { border-color: rgb(254,161,24); }

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