Shades of Persimmon #F24F00
Tints of Persimmon #F24F00
RGB
CMYK
RGB Variations
Color information
#F24F00 (or 0xF24F00) is known color: Persimmon. HEX triplet: F2, 4F and 00. RGB value is (242,79,0). Sum of RGB (Red+Green+Blue) = 242+79+0=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24F00 is #0DB0FF. Grayscale: #777777. Windows color (decimal): -897280 or 20466. OLE color: 20466.
HSL color Cylindrical-coordinate representation of color #F24F00: hue angle of 19.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F24F00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.05 |
| HSL | 19.59º | 1% | 0.47% | - |
| HSV(B) | 19.59º | 1% | 0.95% | - |
| XYZ | 39.41 | 24.47 | 2.65 | - |
| YUV | 118.73 | 61 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 0 | 0 | 0.67 | 1 | 0.05 | 19.59 | 1 | 0.47 |
| Hex | F2 | 4F | 0 | 0 | 43 | 64 | 5 | 14 | 64 | 2F |
| Octal | 362 | 117 | 0 | 0 | 103 | 144 | 5 | 24 | 144 | 57 |
| Binary | 11110010 | 1001111 | 0 | 0 | 1000011 | 1100100 | 101 | 10100 | 1100100 | 101111 |
Color Harmonies of #F24F00
Complementary color
Monochromatic Colors of #F24F00
Black with #F24F00
Text Example
Text Example
White with #F24F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F00; }
p { color: rgb(242,79,0); }
H1.HeaderClassName
{
color: #F24F00;
}
.AnyTagClassName
{
color: #F24F00;
}
</style>
background-color css
<style>
a { background-color: #F24F00; }
a { background-color: rgb(242,79,0); }
div.DivClassName
{
background-color: #F24F00;
}
.BgClassName
{
background-color: #F24F00;
}
</style>
border-color css
<style>
span { border-color: #F24F00; }
span { border-color: rgb(242,79,0); }
td.TdClassName
{
border-color: #F24F00;
}
.TagClassName
{
border-color: #F24F00;
}
</style>