#FF9600

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

Shades of Orange Peel #FF9600

Tints of Orange Peel #FF9600

Color information

#FF9600 (or 0xFF9600) is unknown color: approx Orange Peel. HEX triplet: FF, 96 and 00. RGB value is (255,150,0). Sum of RGB (Red+Green+Blue) = 255+150+0=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9600 is #0069FF. Grayscale: #A5A5A5. Windows color (decimal): -27136 or 38655. OLE color: 38655.

HSL color Cylindrical-coordinate representation of color #FF9600: hue angle of 35.29º 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 #FF9600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551500-
CMYK00.4110
HSL35.29º100%50%-
HSV(B)35.29º100%100%-
XYZ52.1543.075.57-
YUV164.335.29192.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.96%
G=37.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255150000.411035.2910050
HexFF960029640236432
Octal377226005114404314462
Binary111111111001011000101001110010001000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9600; }

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

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

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

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

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

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

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

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