Html Css Color HEX #FEA80A Dark Tangerine

📋 copy color: '#FEA80A'

red 254 ◦ green 168 ◦ blue 10

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

Shades of Dark Tangerine #FEA80A

Tints of Dark Tangerine #FEA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 58.8%
G = 38.89%
B = 2.31%

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

#FEA80A (or 0xFEA80A) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0A. RGB value is (254,168,10). Sum of RGB (Red+Green+Blue) = 254+168+10=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80A is #0157F5. Grayscale: #B0B0B0. Windows color (decimal): -88054 or 698622. OLE color: 698622.

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

Color convert

RGB 254 168 10 -
CMYK 0 0.34 0.96 0.00
HSL 38.85º 0.99% 0.52% -
HSV(B) 38.85º 0.96% 1% -
XYZ 54.93 49.1 6.87 -
YUV 175.7 34.49 183.85 -
System Red Green Blue C M Y K H S L
Decimal 254 168 10 0 0.34 0.96 0.00 38.85 0.99 0.52
Hex FE A8 A 0 22 60 0 27 63 34
Octal 376 250 12 0 42 140 0 47 143 64
Binary 11111110 10101000 1010 0 100010 1100000 0 100111 1100011 110100

Color Harmonies of #FEA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA80A

Black with #FEA80A

Text Example


Text Example

White with #FEA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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