Html Css Color HEX #FEA70A Dark Tangerine

📋 copy color: '#FEA70A'

red 254 ◦ green 167 ◦ blue 10

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

Shades of Dark Tangerine #FEA70A

Tints of Dark Tangerine #FEA70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 58.93%
G = 38.75%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEA70A (or 0xFEA70A) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0A. RGB value is (254,167,10). Sum of RGB (Red+Green+Blue) = 254+167+10=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70A is #0158F5. Grayscale: #AFAFAF. Windows color (decimal): -88310 or 698366. OLE color: 698366.

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

Color convert

RGB 254 167 10 -
CMYK 0 0.34 0.96 0.00
HSL 38.61º 0.99% 0.52% -
HSV(B) 38.61º 0.96% 1% -
XYZ 54.75 48.73 6.81 -
YUV 175.12 34.82 184.27 -
System Red Green Blue C M Y K H S L
Decimal 254 167 10 0 0.34 0.96 0.00 38.61 0.99 0.52
Hex FE A7 A 0 22 60 0 27 63 34
Octal 376 247 12 0 42 140 0 47 143 64
Binary 11111110 10100111 1010 0 100010 1100000 0 100111 1100011 110100

Color Harmonies of #FEA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA70A

Black with #FEA70A

Text Example


Text Example

White with #FEA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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