Html Css Color HEX #FEA80B Dark Tangerine

📋 copy color: '#FEA80B'

red 254 ◦ green 168 ◦ blue 11

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

Shades of Dark Tangerine #FEA80B

Tints of Dark Tangerine #FEA80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 58.66%
G = 38.8%
B = 2.54%

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

#FEA80B (or 0xFEA80B) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0B. RGB value is (254,168,11). Sum of RGB (Red+Green+Blue) = 254+168+11=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80B is #0157F4. Grayscale: #B0B0B0. Windows color (decimal): -88053 or 764158. OLE color: 764158.

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

Color convert

RGB 254 168 11 -
CMYK 0 0.34 0.96 0.00
HSL 38.77º 0.99% 0.52% -
HSV(B) 38.77º 0.96% 1% -
XYZ 54.94 49.1 6.9 -
YUV 175.82 34.99 183.77 -
System Red Green Blue C M Y K H S L
Decimal 254 168 11 0 0.34 0.96 0.00 38.77 0.99 0.52
Hex FE A8 B 0 22 60 0 27 63 34
Octal 376 250 13 0 42 140 0 47 143 64
Binary 11111110 10101000 1011 0 100010 1100000 0 100111 1100011 110100

Color Harmonies of #FEA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA80B

Black with #FEA80B

Text Example


Text Example

White with #FEA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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