#FF9F00

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

Shades of Orange Peel #FF9F00

Tints of Orange Peel #FF9F00

Color information

#FF9F00 (or 0xFF9F00) is unknown color: approx Orange Peel. HEX triplet: FF, 9F and 00. RGB value is (255,159,0). Sum of RGB (Red+Green+Blue) = 255+159+0=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F00 is #0060FF. Grayscale: #AAAAAA. Windows color (decimal): -24832 or 40959. OLE color: 40959.

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

Color convert

RGB2551590-
CMYK00.3810
HSL37.41º100%50%-
HSV(B)37.41º100%100%-
XYZ53.6446.066.06-
YUV169.5832.3188.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.59%
G=38.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255159000.381037.4110050
HexFF9F0026640256432
Octal377237004614404514462
Binary111111111001111100100110110010001001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F00; }

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

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

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

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

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

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

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

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