#FF9F05

Color #FF9F05 Orange Peel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Peel #FF9F05

Tints of Orange Peel #FF9F05

Color information

#FF9F05 (or 0xFF9F05) is unknown color: approx Orange Peel. HEX triplet: FF, 9F and 05. RGB value is (255,159,5). Sum of RGB (Red+Green+Blue) = 255+159+5=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F05 is #0060FA. Grayscale: #AAAAAA. Windows color (decimal): -24827 or 368639. OLE color: 368639.

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

Color convert

RGB2551595-
CMYK00.380.980
HSL36.96º100%50.98%-
HSV(B)36.96º98.04%100%-
XYZ53.6746.076.21-
YUV170.1534.8188.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 5 (2.34% from 255) = 1.19%
R=60.86%
G=37.95%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255159500.380.98036.9610050.98
HexFF9F5026620256433
Octal377237504614204514463
Binary11111111100111111010100110110001001001011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F05; }

 p { color: rgb(255,159,5); }

 H1.HeaderClassName
 {
   color: #FF9F05;
 }
 .AnyTagClassName
 {
   color: #FF9F05;
 }
</style>
background-color css

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

 a { background-color: rgb(255,159,5); }

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

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

 span { border-color: rgb(255,159,5); }

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