Shades of Persimmon #F04C02
Tints of Persimmon #F04C02
RGB
CMYK
RGB Variations
Color information
#F04C02 (or 0xF04C02) is known color: Persimmon. HEX triplet: F0, 4C and 02. RGB value is (240,76,2). Sum of RGB (Red+Green+Blue) = 240+76+2=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C02 is #0FB3FD. Grayscale: #757575. Windows color (decimal): -1029118 or 150768. OLE color: 150768.
HSL color Cylindrical-coordinate representation of color #F04C02: hue angle of 18.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.06 |
| HSL | 18.66º | 0.98% | 0.47% | - |
| HSV(B) | 18.66º | 0.99% | 0.94% | - |
| XYZ | 38.53 | 23.7 | 2.6 | - |
| YUV | 116.6 | 63.33 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 2 | 0 | 0.68 | 0.99 | 0.06 | 18.66 | 0.98 | 0.47 |
| Hex | F0 | 4C | 2 | 0 | 44 | 63 | 6 | 13 | 62 | 2F |
| Octal | 360 | 114 | 2 | 0 | 104 | 143 | 6 | 23 | 142 | 57 |
| Binary | 11110000 | 1001100 | 10 | 0 | 1000100 | 1100011 | 110 | 10011 | 1100010 | 101111 |
Color Harmonies of #F04C02
Complementary color
Monochromatic Colors of #F04C02
Black with #F04C02
Text Example
Text Example
White with #F04C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C02; }
p { color: rgb(240,76,2); }
H1.HeaderClassName
{
color: #F04C02;
}
.AnyTagClassName
{
color: #F04C02;
}
</style>
background-color css
<style>
a { background-color: #F04C02; }
a { background-color: rgb(240,76,2); }
div.DivClassName
{
background-color: #F04C02;
}
.BgClassName
{
background-color: #F04C02;
}
</style>
border-color css
<style>
span { border-color: #F04C02; }
span { border-color: rgb(240,76,2); }
td.TdClassName
{
border-color: #F04C02;
}
.TagClassName
{
border-color: #F04C02;
}
</style>