Shades of Persimmon #F04F0B
Tints of Persimmon #F04F0B
RGB
CMYK
RGB Variations
Color information
#F04F0B (or 0xF04F0B) is known color: Persimmon. HEX triplet: F0, 4F and 0B. RGB value is (240,79,11). Sum of RGB (Red+Green+Blue) = 240+79+11=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F0B is #0FB0F4. Grayscale: #777777. Windows color (decimal): -1028341 or 741360. OLE color: 741360.
HSL color Cylindrical-coordinate representation of color #F04F0B: hue angle of 17.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F04F0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.06 |
| HSL | 17.82º | 0.91% | 0.49% | - |
| HSV(B) | 17.82º | 0.95% | 0.94% | - |
| XYZ | 38.79 | 24.14 | 2.93 | - |
| YUV | 119.39 | 66.84 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 11 | 0 | 0.67 | 0.95 | 0.06 | 17.82 | 0.91 | 0.49 |
| Hex | F0 | 4F | B | 0 | 43 | 5F | 6 | 12 | 5B | 31 |
| Octal | 360 | 117 | 13 | 0 | 103 | 137 | 6 | 22 | 133 | 61 |
| Binary | 11110000 | 1001111 | 1011 | 0 | 1000011 | 1011111 | 110 | 10010 | 1011011 | 110001 |
Color Harmonies of #F04F0B
Complementary color
Monochromatic Colors of #F04F0B
Black with #F04F0B
Text Example
Text Example
White with #F04F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F0B; }
p { color: rgb(240,79,11); }
H1.HeaderClassName
{
color: #F04F0B;
}
.AnyTagClassName
{
color: #F04F0B;
}
</style>
background-color css
<style>
a { background-color: #F04F0B; }
a { background-color: rgb(240,79,11); }
div.DivClassName
{
background-color: #F04F0B;
}
.BgClassName
{
background-color: #F04F0B;
}
</style>
border-color css
<style>
span { border-color: #F04F0B; }
span { border-color: rgb(240,79,11); }
td.TdClassName
{
border-color: #F04F0B;
}
.TagClassName
{
border-color: #F04F0B;
}
</style>