#F6A109

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

Shades of Orange Peel #F6A109

Tints of Orange Peel #F6A109

Color information

#F6A109 (or 0xF6A109) is unknown color: approx Orange Peel. HEX triplet: F6, A1 and 09. RGB value is (246,161,9). Sum of RGB (Red+Green+Blue) = 246+161+9=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A109 is #095EF6. Grayscale: #A9A9A9. Windows color (decimal): -614135 or 631286. OLE color: 631286.

HSL color Cylindrical-coordinate representation of color #F6A109: hue angle of 38.48º 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 #F6A109 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB2461619-
CMYK00.350.960.04
HSL38.48º92.94%50%-
HSV(B)38.48º96.34%96.47%-
XYZ50.845.16.29-
YUV169.0937.66182.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.13%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 9 (3.91% from 255) = 2.16%
R=59.13%
G=38.70%
B=2.16%

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
Decimal246161900.350.960.0438.4892.9450
HexF6A19023604265d32
Octal3662411104314044613562
Binary11110110101000011001010001111000001001001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A109; }

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

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

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

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

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

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

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

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