#F05A19

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

Shades of Persimmon #F05A19

Tints of Persimmon #F05A19

Color information

#F05A19 (or 0xF05A19) is unknown color: approx Persimmon. HEX triplet: F0, 5A and 19. RGB value is (240,90,25). Sum of RGB (Red+Green+Blue) = 240+90+25=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A19 is #0FA5E6. Grayscale: #7F7F7F. Windows color (decimal): -1025511 or 1661680. OLE color: 1661680.

HSL color Cylindrical-coordinate representation of color #F05A19: hue angle of 18.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05A19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB2409025-
CMYK00.620.900.06
HSL18.14º87.76%51.96%-
HSV(B)18.14º89.58%94.12%-
XYZ39.7725.913.82-
YUV127.4470.19208.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 25 (10.16% from 255) = 7.04%
R=67.61%
G=25.35%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240902500.620.900.0618.1487.7651.96
HexF05A1903E5A6125834
Octal3601323107613262213064
Binary1111000010110101100101111101011010110100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A19; }

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

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

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

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

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

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

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

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