Html Css Color HEX #FEA312 Dark Tangerine

📋 copy color: '#FEA312'

red 254 ◦ green 163 ◦ blue 18

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

Shades of Dark Tangerine #FEA312

Tints of Dark Tangerine #FEA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 58.39%
G = 37.47%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA312 (or 0xFEA312) is known color: Dark Tangerine. HEX triplet: FE, A3 and 12. RGB value is (254,163,18). Sum of RGB (Red+Green+Blue) = 254+163+18=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA312 is #015CED. Grayscale: #AEAEAE. Windows color (decimal): -89326 or 1221630. OLE color: 1221630.

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

Color convert

RGB 254 163 18 -
CMYK 0 0.36 0.93 0.00
HSL 36.86º 0.99% 0.53% -
HSV(B) 36.86º 0.93% 1% -
XYZ 54.08 47.31 6.85 -
YUV 173.68 40.15 185.29 -
System Red Green Blue C M Y K H S L
Decimal 254 163 18 0 0.36 0.93 0.00 36.86 0.99 0.53
Hex FE A3 12 0 24 5D 0 25 63 35
Octal 376 243 22 0 44 135 0 45 143 65
Binary 11111110 10100011 10010 0 100100 1011101 0 100101 1100011 110101

Color Harmonies of #FEA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA312

Black with #FEA312

Text Example


Text Example

White with #FEA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA312; }

 p { color: rgb(254,163,18); }

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

background-color css

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

 a { background-color: rgb(254,163,18); }

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

border-color css

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

 span { border-color: rgb(254,163,18); }

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