Html Css Color HEX #FEA018 Dark Tangerine

📋 copy color: '#FEA018'

red 254 ◦ green 160 ◦ blue 24

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

Shades of Dark Tangerine #FEA018

Tints of Dark Tangerine #FEA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

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

R = 57.99%
G = 36.53%
B = 5.48%

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

#FEA018 (or 0xFEA018) is known color: Dark Tangerine. HEX triplet: FE, A0 and 18. RGB value is (254,160,24). Sum of RGB (Red+Green+Blue) = 254+160+24=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA018 is #015FE7. Grayscale: #ADADAD. Windows color (decimal): -90088 or 1614078. OLE color: 1614078.

HSL color Cylindrical-coordinate representation of color #FEA018: hue angle of 35.48º 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 #FEA018 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 24 -
CMYK 0 0.37 0.91 0.00
HSL 35.48º 0.99% 0.55% -
HSV(B) 35.48º 0.91% 1% -
XYZ 53.61 46.28 6.97 -
YUV 172.6 44.14 186.06 -
System Red Green Blue C M Y K H S L
Decimal 254 160 24 0 0.37 0.91 0.00 35.48 0.99 0.55
Hex FE A0 18 0 25 5B 0 23 63 37
Octal 376 240 30 0 45 133 0 43 143 67
Binary 11111110 10100000 11000 0 100101 1011011 0 100011 1100011 110111

Color Harmonies of #FEA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA018

Black with #FEA018

Text Example


Text Example

White with #FEA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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