Shades of Persimmon #F0630F
Tints of Persimmon #F0630F
RGB
CMYK
RGB Variations
Color information
#F0630F (or 0xF0630F) is known color: Persimmon. HEX triplet: F0, 63 and 0F. RGB value is (240,99,15). Sum of RGB (Red+Green+Blue) = 240+99+15=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0630F is #0F9CF0. Grayscale: #848484. Windows color (decimal): -1023217 or 1008624. OLE color: 1008624.
HSL color Cylindrical-coordinate representation of color #F0630F: hue angle of 22.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0630F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.06 |
| HSL | 22.4º | 0.88% | 0.5% | - |
| HSV(B) | 22.4º | 0.94% | 0.94% | - |
| XYZ | 40.48 | 27.48 | 3.62 | - |
| YUV | 131.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 15 | 0 | 0.59 | 0.94 | 0.06 | 22.4 | 0.88 | 0.5 |
| Hex | F0 | 63 | F | 0 | 3B | 5E | 6 | 16 | 58 | 32 |
| Octal | 360 | 143 | 17 | 0 | 73 | 136 | 6 | 26 | 130 | 62 |
| Binary | 11110000 | 1100011 | 1111 | 0 | 111011 | 1011110 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #F0630F
Complementary color
Monochromatic Colors of #F0630F
Black with #F0630F
Text Example
Text Example
White with #F0630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0630F; }
p { color: rgb(240,99,15); }
H1.HeaderClassName
{
color: #F0630F;
}
.AnyTagClassName
{
color: #F0630F;
}
</style>
background-color css
<style>
a { background-color: #F0630F; }
a { background-color: rgb(240,99,15); }
div.DivClassName
{
background-color: #F0630F;
}
.BgClassName
{
background-color: #F0630F;
}
</style>
border-color css
<style>
span { border-color: #F0630F; }
span { border-color: rgb(240,99,15); }
td.TdClassName
{
border-color: #F0630F;
}
.TagClassName
{
border-color: #F0630F;
}
</style>