Html Css Color HEX #FE9F14 Dark Tangerine

📋 copy color: '#FE9F14'

red 254 ◦ green 159 ◦ blue 20

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

Shades of Dark Tangerine #FE9F14

Tints of Dark Tangerine #FE9F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 58.66%
G = 36.72%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE9F14 (or 0xFE9F14) is known color: Dark Tangerine. HEX triplet: FE, 9F and 14. RGB value is (254,159,20). Sum of RGB (Red+Green+Blue) = 254+159+20=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F14 is #0160EB. Grayscale: #ACACAC. Windows color (decimal): -90348 or 1351678. OLE color: 1351678.

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

Color convert

RGB 254 159 20 -
CMYK 0 0.37 0.92 0.00
HSL 35.64º 0.99% 0.54% -
HSV(B) 35.64º 0.92% 1% -
XYZ 53.4 45.92 6.71 -
YUV 171.56 42.47 186.8 -
System Red Green Blue C M Y K H S L
Decimal 254 159 20 0 0.37 0.92 0.00 35.64 0.99 0.54
Hex FE 9F 14 0 25 5C 0 24 63 36
Octal 376 237 24 0 45 134 0 44 143 66
Binary 11111110 10011111 10100 0 100101 1011100 0 100100 1100011 110110

Color Harmonies of #FE9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F14

Black with #FE9F14

Text Example


Text Example

White with #FE9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F14; }

 p { color: rgb(254,159,20); }

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

background-color css

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

 a { background-color: rgb(254,159,20); }

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

border-color css

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

 span { border-color: rgb(254,159,20); }

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