Html Css Color HEX #FEA80D Dark Tangerine

📋 copy color: '#FEA80D'

red 254 ◦ green 168 ◦ blue 13

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

Shades of Dark Tangerine #FEA80D

Tints of Dark Tangerine #FEA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 58.39%
G = 38.62%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEA80D (or 0xFEA80D) is known color: Dark Tangerine. HEX triplet: FE, A8 and 0D. RGB value is (254,168,13). Sum of RGB (Red+Green+Blue) = 254+168+13=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA80D is #0157F2. Grayscale: #B0B0B0. Windows color (decimal): -88051 or 895230. OLE color: 895230.

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

Color convert

RGB 254 168 13 -
CMYK 0 0.34 0.95 0.00
HSL 38.59º 0.99% 0.52% -
HSV(B) 38.59º 0.95% 1% -
XYZ 54.95 49.11 6.96 -
YUV 176.04 35.99 183.6 -
System Red Green Blue C M Y K H S L
Decimal 254 168 13 0 0.34 0.95 0.00 38.59 0.99 0.52
Hex FE A8 D 0 22 5F 0 27 63 34
Octal 376 250 15 0 42 137 0 47 143 64
Binary 11111110 10101000 1101 0 100010 1011111 0 100111 1100011 110100

Color Harmonies of #FEA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA80D

Black with #FEA80D

Text Example


Text Example

White with #FEA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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