Html Css Color HEX #FE9F04 Orange Peel

📋 copy color: '#FE9F04'

red 254 ◦ green 159 ◦ blue 4

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

Shades of Orange Peel #FE9F04

Tints of Orange Peel #FE9F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 60.91%
G = 38.13%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE9F04 (or 0xFE9F04) is known color: Orange Peel. HEX triplet: FE, 9F and 04. RGB value is (254,159,4). Sum of RGB (Red+Green+Blue) = 254+159+4=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F04 is #0160FB. Grayscale: #AAAAAA. Windows color (decimal): -90364 or 303102. OLE color: 303102.

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

Color convert

RGB 254 159 4 -
CMYK 0 0.37 0.98 0.00
HSL 37.2º 0.99% 0.51% -
HSV(B) 37.2º 0.98% 1% -
XYZ 53.29 45.88 6.16 -
YUV 169.74 34.47 188.1 -
System Red Green Blue C M Y K H S L
Decimal 254 159 4 0 0.37 0.98 0.00 37.2 0.99 0.51
Hex FE 9F 4 0 25 62 0 25 63 33
Octal 376 237 4 0 45 142 0 45 143 63
Binary 11111110 10011111 100 0 100101 1100010 0 100101 1100011 110011

Color Harmonies of #FE9F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F04

Black with #FE9F04

Text Example


Text Example

White with #FE9F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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