#F05609

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

Shades of Persimmon #F05609

Tints of Persimmon #F05609

Color information

#F05609 (or 0xF05609) is unknown color: approx Persimmon. HEX triplet: F0, 56 and 09. RGB value is (240,86,9). Sum of RGB (Red+Green+Blue) = 240+86+9=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F05609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05609 is #0FA9F6. Grayscale: #7B7B7B. Windows color (decimal): -1026551 or 612080. OLE color: 612080.

HSL color Cylindrical-coordinate representation of color #F05609: hue angle of 20º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05609 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB240869-
CMYK00.640.960.06
HSL20º92.77%48.82%-
HSV(B)20º96.25%94.12%-
XYZ39.3125.23.05-
YUV123.2763.52211.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.64%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 9 (3.91% from 255) = 2.69%
R=71.64%
G=25.67%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24086900.640.960.062092.7748.82
HexF0569040606145d31
Octal36012611010014062413561
Binary1111000010101101001010000001100000110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05609; }

 p { color: rgb(240,86,9); }

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

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

 a { background-color: rgb(240,86,9); }

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

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

 span { border-color: rgb(240,86,9); }

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