Shades of Persimmon #F05C03
Tints of Persimmon #F05C03
RGB
CMYK
RGB Variations
Color information
#F05C03 (or 0xF05C03) is known color: Persimmon. HEX triplet: F0, 5C and 03. RGB value is (240,92,3). Sum of RGB (Red+Green+Blue) = 240+92+3=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C03 is #0FA3FC. Grayscale: #7E7E7E. Windows color (decimal): -1025021 or 220400. OLE color: 220400.
HSL color Cylindrical-coordinate representation of color #F05C03: hue angle of 22.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F05C03 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.06 |
| HSL | 22.53º | 0.98% | 0.48% | - |
| HSV(B) | 22.53º | 0.99% | 0.94% | - |
| XYZ | 39.78 | 26.19 | 3.04 | - |
| YUV | 126.11 | 58.53 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 3 | 0 | 0.62 | 0.99 | 0.06 | 22.53 | 0.98 | 0.48 |
| Hex | F0 | 5C | 3 | 0 | 3E | 63 | 6 | 17 | 62 | 30 |
| Octal | 360 | 134 | 3 | 0 | 76 | 143 | 6 | 27 | 142 | 60 |
| Binary | 11110000 | 1011100 | 11 | 0 | 111110 | 1100011 | 110 | 10111 | 1100010 | 110000 |
Color Harmonies of #F05C03
Complementary color
Monochromatic Colors of #F05C03
Black with #F05C03
Text Example
Text Example
White with #F05C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C03; }
p { color: rgb(240,92,3); }
H1.HeaderClassName
{
color: #F05C03;
}
.AnyTagClassName
{
color: #F05C03;
}
</style>
background-color css
<style>
a { background-color: #F05C03; }
a { background-color: rgb(240,92,3); }
div.DivClassName
{
background-color: #F05C03;
}
.BgClassName
{
background-color: #F05C03;
}
</style>
border-color css
<style>
span { border-color: #F05C03; }
span { border-color: rgb(240,92,3); }
td.TdClassName
{
border-color: #F05C03;
}
.TagClassName
{
border-color: #F05C03;
}
</style>