Html Css Color HEX #FEA712 Dark Tangerine

📋 copy color: '#FEA712'

red 254 ◦ green 167 ◦ blue 18

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

Shades of Dark Tangerine #FEA712

Tints of Dark Tangerine #FEA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

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

R = 57.86%
G = 38.04%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA712 (or 0xFEA712) is known color: Dark Tangerine. HEX triplet: FE, A7 and 12. RGB value is (254,167,18). Sum of RGB (Red+Green+Blue) = 254+167+18=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA712 is #0158ED. Grayscale: #B0B0B0. Windows color (decimal): -88302 or 1222654. OLE color: 1222654.

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

Color convert

RGB 254 167 18 -
CMYK 0 0.34 0.93 0.00
HSL 37.88º 0.99% 0.53% -
HSV(B) 37.88º 0.93% 1% -
XYZ 54.8 48.75 7.09 -
YUV 176.03 38.82 183.62 -
System Red Green Blue C M Y K H S L
Decimal 254 167 18 0 0.34 0.93 0.00 37.88 0.99 0.53
Hex FE A7 12 0 22 5D 0 26 63 35
Octal 376 247 22 0 42 135 0 46 143 65
Binary 11111110 10100111 10010 0 100010 1011101 0 100110 1100011 110101

Color Harmonies of #FEA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA712

Black with #FEA712

Text Example


Text Example

White with #FEA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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