#F05809

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

Shades of Persimmon #F05809

Tints of Persimmon #F05809

Color information

#F05809 (or 0xF05809) is unknown color: approx Persimmon. HEX triplet: F0, 58 and 09. RGB value is (240,88,9). Sum of RGB (Red+Green+Blue) = 240+88+9=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F05809 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05809 is #0FA7F6. Grayscale: #7C7C7C. Windows color (decimal): -1026039 or 612592. OLE color: 612592.

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

Color convert

RGB240889-
CMYK00.630.960.06
HSL20.52º92.77%48.82%-
HSV(B)20.52º96.25%94.12%-
XYZ39.4725.523.1-
YUV124.4462.86210.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.22%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 9 (3.91% from 255) = 2.67%
R=71.22%
G=26.11%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24088900.630.960.0620.5292.7748.82
HexF058903F606155d31
Octal3601301107714062513561
Binary111100001011000100101111111100000110101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05809; }

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

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

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

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

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

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

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

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