#F05A09

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

Shades of Persimmon #F05A09

Tints of Persimmon #F05A09

Color information

#F05A09 (or 0xF05A09) is unknown color: approx Persimmon. HEX triplet: F0, 5A and 09. RGB value is (240,90,9). Sum of RGB (Red+Green+Blue) = 240+90+9=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A09 is #0FA5F6. Grayscale: #7E7E7E. Windows color (decimal): -1025527 or 613104. OLE color: 613104.

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

Color convert

RGB240909-
CMYK00.620.960.06
HSL21.04º92.77%48.82%-
HSV(B)21.04º96.25%94.12%-
XYZ39.6425.863.16-
YUV125.6262.19209.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.80%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=70.80%
G=26.55%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24090900.620.960.0621.0492.7748.82
HexF05A903E606155d31
Octal3601321107614062513561
Binary111100001011010100101111101100000110101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A09; }

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

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

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

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

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

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

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

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