Shades of Persimmon #F05313
Tints of Persimmon #F05313
RGB
CMYK
RGB Variations
Color information
#F05313 (or 0xF05313) is known color: Persimmon. HEX triplet: F0, 53 and 13. RGB value is (240,83,19). Sum of RGB (Red+Green+Blue) = 240+83+19=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F05313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05313 is #0FACEC. Grayscale: #7B7B7B. Windows color (decimal): -1027309 or 1266672. OLE color: 1266672.
HSL color Cylindrical-coordinate representation of color #F05313: hue angle of 17.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05313 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 19 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.06 |
| HSL | 17.38º | 0.88% | 0.51% | - |
| HSV(B) | 17.38º | 0.92% | 0.94% | - |
| XYZ | 39.15 | 24.76 | 3.33 | - |
| YUV | 122.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 19 | 0 | 0.65 | 0.92 | 0.06 | 17.38 | 0.88 | 0.51 |
| Hex | F0 | 53 | 13 | 0 | 41 | 5C | 6 | 11 | 58 | 33 |
| Octal | 360 | 123 | 23 | 0 | 101 | 134 | 6 | 21 | 130 | 63 |
| Binary | 11110000 | 1010011 | 10011 | 0 | 1000001 | 1011100 | 110 | 10001 | 1011000 | 110011 |
Color Harmonies of #F05313
Complementary color
Monochromatic Colors of #F05313
Black with #F05313
Text Example
Text Example
White with #F05313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05313; }
p { color: rgb(240,83,19); }
H1.HeaderClassName
{
color: #F05313;
}
.AnyTagClassName
{
color: #F05313;
}
</style>
background-color css
<style>
a { background-color: #F05313; }
a { background-color: rgb(240,83,19); }
div.DivClassName
{
background-color: #F05313;
}
.BgClassName
{
background-color: #F05313;
}
</style>
border-color css
<style>
span { border-color: #F05313; }
span { border-color: rgb(240,83,19); }
td.TdClassName
{
border-color: #F05313;
}
.TagClassName
{
border-color: #F05313;
}
</style>