Html Css Color HEX #FEA10E Dark Tangerine

📋 copy color: '#FEA10E'

red 254 ◦ green 161 ◦ blue 14

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

Shades of Dark Tangerine #FEA10E

Tints of Dark Tangerine #FEA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 59.21%
G = 37.53%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA10E (or 0xFEA10E) is known color: Dark Tangerine. HEX triplet: FE, A1 and 0E. RGB value is (254,161,14). Sum of RGB (Red+Green+Blue) = 254+161+14=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA10E is #015EF1. Grayscale: #ACACAC. Windows color (decimal): -89842 or 958974. OLE color: 958974.

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

Color convert

RGB 254 161 14 -
CMYK 0 0.37 0.94 0.00
HSL 36.75º 0.99% 0.53% -
HSV(B) 36.75º 0.94% 1% -
XYZ 53.7 46.59 6.58 -
YUV 172.05 38.81 186.45 -
System Red Green Blue C M Y K H S L
Decimal 254 161 14 0 0.37 0.94 0.00 36.75 0.99 0.53
Hex FE A1 E 0 25 5E 0 25 63 35
Octal 376 241 16 0 45 136 0 45 143 65
Binary 11111110 10100001 1110 0 100101 1011110 0 100101 1100011 110101

Color Harmonies of #FEA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA10E

Black with #FEA10E

Text Example


Text Example

White with #FEA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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