Html Css Color HEX #FEA70E Dark Tangerine

📋 copy color: '#FEA70E'

red 254 ◦ green 167 ◦ blue 14

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

Shades of Dark Tangerine #FEA70E

Tints of Dark Tangerine #FEA70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.22%

R = 58.39%
G = 38.39%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA70E (or 0xFEA70E) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0E. RGB value is (254,167,14). Sum of RGB (Red+Green+Blue) = 254+167+14=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70E is #0158F1. Grayscale: #B0B0B0. Windows color (decimal): -88306 or 960510. OLE color: 960510.

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

Color convert

RGB 254 167 14 -
CMYK 0 0.34 0.94 0.00
HSL 38.25º 0.99% 0.53% -
HSV(B) 38.25º 0.94% 1% -
XYZ 54.77 48.74 6.94 -
YUV 175.57 36.82 183.94 -
System Red Green Blue C M Y K H S L
Decimal 254 167 14 0 0.34 0.94 0.00 38.25 0.99 0.53
Hex FE A7 E 0 22 5E 0 26 63 35
Octal 376 247 16 0 42 136 0 46 143 65
Binary 11111110 10100111 1110 0 100010 1011110 0 100110 1100011 110101

Color Harmonies of #FEA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA70E

Black with #FEA70E

Text Example


Text Example

White with #FEA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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