#F05709

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

Shades of Persimmon #F05709

Tints of Persimmon #F05709

Color information

#F05709 (or 0xF05709) is unknown color: approx Persimmon. HEX triplet: F0, 57 and 09. RGB value is (240,87,9). Sum of RGB (Red+Green+Blue) = 240+87+9=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F05709 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05709 is #0FA8F6. Grayscale: #7C7C7C. Windows color (decimal): -1026295 or 612336. OLE color: 612336.

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

Color convert

RGB240879-
CMYK00.640.960.06
HSL20.26º92.77%48.82%-
HSV(B)20.26º96.25%94.12%-
XYZ39.3925.363.08-
YUV123.8563.19210.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.43%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 9 (3.91% from 255) = 2.68%
R=71.43%
G=25.89%
B=2.68%

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
Decimal24087900.640.960.0620.2692.7748.82
HexF0579040606145d31
Octal36012711010014062413561
Binary1111000010101111001010000001100000110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05709; }

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

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

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

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

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

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

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

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