Html Css Color HEX #FE9F20 Dark Tangerine

📋 copy color: '#FE9F20'

red 254 ◦ green 159 ◦ blue 32

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

Shades of Dark Tangerine #FE9F20

Tints of Dark Tangerine #FE9F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 57.08%
G = 35.73%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9F20 (or 0xFE9F20) is known color: Dark Tangerine. HEX triplet: FE, 9F and 20. RGB value is (254,159,32). Sum of RGB (Red+Green+Blue) = 254+159+32=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F20 is #0160DF. Grayscale: #ADADAD. Windows color (decimal): -90336 or 2138110. OLE color: 2138110.

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

Color convert

RGB 254 159 32 -
CMYK 0 0.37 0.87 0.00
HSL 34.32º 0.99% 0.56% -
HSV(B) 34.32º 0.87% 1% -
XYZ 53.53 45.97 7.42 -
YUV 172.93 48.47 185.83 -
System Red Green Blue C M Y K H S L
Decimal 254 159 32 0 0.37 0.87 0.00 34.32 0.99 0.56
Hex FE 9F 20 0 25 57 0 22 63 38
Octal 376 237 40 0 45 127 0 42 143 70
Binary 11111110 10011111 100000 0 100101 1010111 0 100010 1100011 111000

Color Harmonies of #FE9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F20

Black with #FE9F20

Text Example


Text Example

White with #FE9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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