#F69809

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

Shades of Orange Peel #F69809

Tints of Orange Peel #F69809

Color information

#F69809 (or 0xF69809) is unknown color: approx Orange Peel. HEX triplet: F6, 98 and 09. RGB value is (246,152,9). Sum of RGB (Red+Green+Blue) = 246+152+9=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F69809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69809 is #0967F6. Grayscale: #A4A4A4. Windows color (decimal): -616439 or 628982. OLE color: 628982.

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

Color convert

RGB2461529-
CMYK00.380.960.04
HSL36.2º92.94%50%-
HSV(B)36.2º96.34%96.47%-
XYZ49.2842.075.78-
YUV163.840.64186.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.44%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 9 (3.91% from 255) = 2.21%
R=60.44%
G=37.35%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246152900.380.960.0436.292.9450
HexF6989026604245d32
Octal3662301104614044413562
Binary11110110100110001001010011011000001001001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69809; }

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

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

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

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

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

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

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

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