#FF9A06

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

Shades of Orange Peel #FF9A06

Tints of Orange Peel #FF9A06

Color information

#FF9A06 (or 0xFF9A06) is unknown color: approx Orange Peel. HEX triplet: FF, 9A and 06. RGB value is (255,154,6). Sum of RGB (Red+Green+Blue) = 255+154+6=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A06 is #0065F9. Grayscale: #A8A8A8. Windows color (decimal): -26106 or 432895. OLE color: 432895.

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

Color convert

RGB2551546-
CMYK00.400.980
HSL35.66º100%51.18%-
HSV(B)35.66º97.65%100%-
XYZ52.8344.385.95-
YUV167.3336.96190.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.45%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 6 (2.73% from 255) = 1.45%
R=61.45%
G=37.11%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255154600.400.98035.6610051.18
HexFF9A6028620246433
Octal377232605014204414463
Binary11111111100110101100101000110001001001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A06; }

 p { color: rgb(255,154,6); }

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

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

 a { background-color: rgb(255,154,6); }

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

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

 span { border-color: rgb(255,154,6); }

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