Html Css Color HEX #FEA413 Dark Tangerine

📋 copy color: '#FEA413'

red 254 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #FEA413

Tints of Dark Tangerine #FEA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 58.12%
G = 37.53%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA413 (or 0xFEA413) is known color: Dark Tangerine. HEX triplet: FE, A4 and 13. RGB value is (254,164,19). Sum of RGB (Red+Green+Blue) = 254+164+19=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA413 is #015BEC. Grayscale: #AFAFAF. Windows color (decimal): -89069 or 1287422. OLE color: 1287422.

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

Color convert

RGB 254 164 19 -
CMYK 0 0.35 0.93 0.00
HSL 37.02º 0.99% 0.54% -
HSV(B) 37.02º 0.93% 1% -
XYZ 54.27 47.67 6.96 -
YUV 174.38 40.32 184.79 -
System Red Green Blue C M Y K H S L
Decimal 254 164 19 0 0.35 0.93 0.00 37.02 0.99 0.54
Hex FE A4 13 0 23 5D 0 25 63 36
Octal 376 244 23 0 43 135 0 45 143 66
Binary 11111110 10100100 10011 0 100011 1011101 0 100101 1100011 110110

Color Harmonies of #FEA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA413

Black with #FEA413

Text Example


Text Example

White with #FEA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA413; }

 p { color: rgb(254,164,19); }

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

background-color css

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

 a { background-color: rgb(254,164,19); }

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

border-color css

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

 span { border-color: rgb(254,164,19); }

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