#F69609

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

Shades of Orange Peel #F69609

Tints of Orange Peel #F69609

Color information

#F69609 (or 0xF69609) is unknown color: approx Orange Peel. HEX triplet: F6, 96 and 09. RGB value is (246,150,9). Sum of RGB (Red+Green+Blue) = 246+150+9=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F69609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69609 is #0969F6. Grayscale: #A3A3A3. Windows color (decimal): -616951 or 628470. OLE color: 628470.

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

Color convert

RGB2461509-
CMYK00.390.960.04
HSL35.7º92.94%50%-
HSV(B)35.7º96.34%96.47%-
XYZ48.9641.435.67-
YUV162.6341.3187.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.74%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 9 (3.91% from 255) = 2.22%
R=60.74%
G=37.04%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246150900.390.960.0435.792.9450
HexF6969027604245d32
Octal3662261104714044413562
Binary11110110100101101001010011111000001001001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69609; }

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

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

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

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

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

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

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

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