Shades of Persimmon #F04C03
Tints of Persimmon #F04C03
RGB
CMYK
RGB Variations
Color information
#F04C03 (or 0xF04C03) is known color: Persimmon. HEX triplet: F0, 4C and 03. RGB value is (240,76,3). Sum of RGB (Red+Green+Blue) = 240+76+3=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C03 is #0FB3FC. Grayscale: #757575. Windows color (decimal): -1029117 or 216304. OLE color: 216304.
HSL color Cylindrical-coordinate representation of color #F04C03: hue angle of 18.48º 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 #F04C03 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.06 |
| HSL | 18.48º | 0.98% | 0.48% | - |
| HSV(B) | 18.48º | 0.99% | 0.94% | - |
| XYZ | 38.54 | 23.7 | 2.63 | - |
| YUV | 116.71 | 63.83 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 3 | 0 | 0.68 | 0.99 | 0.06 | 18.48 | 0.98 | 0.48 |
| Hex | F0 | 4C | 3 | 0 | 44 | 63 | 6 | 12 | 62 | 30 |
| Octal | 360 | 114 | 3 | 0 | 104 | 143 | 6 | 22 | 142 | 60 |
| Binary | 11110000 | 1001100 | 11 | 0 | 1000100 | 1100011 | 110 | 10010 | 1100010 | 110000 |
Color Harmonies of #F04C03
Complementary color
Monochromatic Colors of #F04C03
Black with #F04C03
Text Example
Text Example
White with #F04C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C03; }
p { color: rgb(240,76,3); }
H1.HeaderClassName
{
color: #F04C03;
}
.AnyTagClassName
{
color: #F04C03;
}
</style>
background-color css
<style>
a { background-color: #F04C03; }
a { background-color: rgb(240,76,3); }
div.DivClassName
{
background-color: #F04C03;
}
.BgClassName
{
background-color: #F04C03;
}
</style>
border-color css
<style>
span { border-color: #F04C03; }
span { border-color: rgb(240,76,3); }
td.TdClassName
{
border-color: #F04C03;
}
.TagClassName
{
border-color: #F04C03;
}
</style>