#F6A009

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

Shades of Orange Peel #F6A009

Tints of Orange Peel #F6A009

Color information

#F6A009 (or 0xF6A009) is unknown color: approx Orange Peel. HEX triplet: F6, A0 and 09. RGB value is (246,160,9). Sum of RGB (Red+Green+Blue) = 246+160+9=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A009 is #095FF6. Grayscale: #A9A9A9. Windows color (decimal): -614391 or 631030. OLE color: 631030.

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

Color convert

RGB2461609-
CMYK00.350.960.04
HSL38.23º92.94%50%-
HSV(B)38.23º96.34%96.47%-
XYZ50.6344.756.23-
YUV168.537.99183.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.28%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 9 (3.91% from 255) = 2.17%
R=59.28%
G=38.55%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246160900.350.960.0438.2392.9450
HexF6A09023604265d32
Octal3662401104314044613562
Binary11110110101000001001010001111000001001001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A009; }

 p { color: rgb(246,160,9); }

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

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

 a { background-color: rgb(246,160,9); }

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

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

 span { border-color: rgb(246,160,9); }

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