Html Css Color HEX #FEA513 Dark Tangerine

📋 copy color: '#FEA513'

red 254 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #FEA513

Tints of Dark Tangerine #FEA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

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

R = 57.99%
G = 37.67%
B = 4.34%

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

#FEA513 (or 0xFEA513) is known color: Dark Tangerine. HEX triplet: FE, A5 and 13. RGB value is (254,165,19). Sum of RGB (Red+Green+Blue) = 254+165+19=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA513 is #015AEC. Grayscale: #AFAFAF. Windows color (decimal): -88813 or 1287678. OLE color: 1287678.

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

Color convert

RGB 254 165 19 -
CMYK 0 0.35 0.93 0.00
HSL 37.28º 0.99% 0.54% -
HSV(B) 37.28º 0.93% 1% -
XYZ 54.45 48.03 7.02 -
YUV 174.97 39.99 184.37 -
System Red Green Blue C M Y K H S L
Decimal 254 165 19 0 0.35 0.93 0.00 37.28 0.99 0.54
Hex FE A5 13 0 23 5D 0 25 63 36
Octal 376 245 23 0 43 135 0 45 143 66
Binary 11111110 10100101 10011 0 100011 1011101 0 100101 1100011 110110

Color Harmonies of #FEA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA513

Black with #FEA513

Text Example


Text Example

White with #FEA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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