Html Css Color HEX #FEA918 Dark Tangerine

📋 copy color: '#FEA918'

red 254 ◦ green 169 ◦ blue 24

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

Shades of Dark Tangerine #FEA918

Tints of Dark Tangerine #FEA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.81%

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

R = 56.82%
G = 37.81%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA918 (or 0xFEA918) is known color: Dark Tangerine. HEX triplet: FE, A9 and 18. RGB value is (254,169,24). Sum of RGB (Red+Green+Blue) = 254+169+24=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA918 is #0156E7. Grayscale: #B2B2B2. Windows color (decimal): -87784 or 1616382. OLE color: 1616382.

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

Color convert

RGB 254 169 24 -
CMYK 0 0.33 0.91 0.00
HSL 37.83º 0.99% 0.55% -
HSV(B) 37.83º 0.91% 1% -
XYZ 55.23 49.51 7.51 -
YUV 177.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 254 169 24 0 0.33 0.91 0.00 37.83 0.99 0.55
Hex FE A9 18 0 21 5B 0 26 63 37
Octal 376 251 30 0 41 133 0 46 143 67
Binary 11111110 10101001 11000 0 100001 1011011 0 100110 1100011 110111

Color Harmonies of #FEA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA918

Black with #FEA918

Text Example


Text Example

White with #FEA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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