#FF9B00

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

Shades of Orange Peel #FF9B00

Tints of Orange Peel #FF9B00

Color information

#FF9B00 (or 0xFF9B00) is unknown color: approx Orange Peel. HEX triplet: FF, 9B and 00. RGB value is (255,155,0). Sum of RGB (Red+Green+Blue) = 255+155+0=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B00 is #0064FF. Grayscale: #A7A7A7. Windows color (decimal): -25856 or 39935. OLE color: 39935.

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

Color convert

RGB2551550-
CMYK00.3910
HSL36.47º100%50%-
HSV(B)36.47º100%100%-
XYZ52.9644.75.84-
YUV167.2333.63190.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.20%
G=37.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255155000.391036.4710050
HexFF9B0027640246432
Octal377233004714404414462
Binary111111111001101100100111110010001001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9B00; }

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

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

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

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

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

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

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

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