Shades of Persimmon #F0630D
Tints of Persimmon #F0630D
RGB
CMYK
RGB Variations
Color information
#F0630D (or 0xF0630D) is known color: Persimmon. HEX triplet: F0, 63 and 0D. RGB value is (240,99,13). Sum of RGB (Red+Green+Blue) = 240+99+13=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0630D is #0F9CF2. Grayscale: #838383. Windows color (decimal): -1023219 or 877552. OLE color: 877552.
HSL color Cylindrical-coordinate representation of color #F0630D: hue angle of 22.73º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0630D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 22.73º | 0.9% | 0.5% | - |
| HSV(B) | 22.73º | 0.95% | 0.94% | - |
| XYZ | 40.47 | 27.48 | 3.55 | - |
| YUV | 131.36 | 61.21 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 13 | 0 | 0.59 | 0.95 | 0.06 | 22.73 | 0.9 | 0.5 |
| Hex | F0 | 63 | D | 0 | 3B | 5F | 6 | 17 | 5A | 32 |
| Octal | 360 | 143 | 15 | 0 | 73 | 137 | 6 | 27 | 132 | 62 |
| Binary | 11110000 | 1100011 | 1101 | 0 | 111011 | 1011111 | 110 | 10111 | 1011010 | 110010 |
Color Harmonies of #F0630D
Complementary color
Monochromatic Colors of #F0630D
Black with #F0630D
Text Example
Text Example
White with #F0630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0630D; }
p { color: rgb(240,99,13); }
H1.HeaderClassName
{
color: #F0630D;
}
.AnyTagClassName
{
color: #F0630D;
}
</style>
background-color css
<style>
a { background-color: #F0630D; }
a { background-color: rgb(240,99,13); }
div.DivClassName
{
background-color: #F0630D;
}
.BgClassName
{
background-color: #F0630D;
}
</style>
border-color css
<style>
span { border-color: #F0630D; }
span { border-color: rgb(240,99,13); }
td.TdClassName
{
border-color: #F0630D;
}
.TagClassName
{
border-color: #F0630D;
}
</style>