Shades of Persimmon #F0630C
Tints of Persimmon #F0630C
RGB
CMYK
RGB Variations
Color information
#F0630C (or 0xF0630C) is known color: Persimmon. HEX triplet: F0, 63 and 0C. RGB value is (240,99,12). Sum of RGB (Red+Green+Blue) = 240+99+12=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0630C is #0F9CF3. Grayscale: #838383. Windows color (decimal): -1023220 or 812016. OLE color: 812016.
HSL color Cylindrical-coordinate representation of color #F0630C: hue angle of 22.89º degrees, saturation: 0.9, 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 #F0630C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 22.89º | 0.9% | 0.49% | - |
| HSV(B) | 22.89º | 0.95% | 0.94% | - |
| XYZ | 40.46 | 27.48 | 3.52 | - |
| YUV | 131.24 | 60.71 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 12 | 0 | 0.59 | 0.95 | 0.06 | 22.89 | 0.9 | 0.49 |
| Hex | F0 | 63 | C | 0 | 3B | 5F | 6 | 17 | 5A | 31 |
| Octal | 360 | 143 | 14 | 0 | 73 | 137 | 6 | 27 | 132 | 61 |
| Binary | 11110000 | 1100011 | 1100 | 0 | 111011 | 1011111 | 110 | 10111 | 1011010 | 110001 |
Color Harmonies of #F0630C
Complementary color
Monochromatic Colors of #F0630C
Black with #F0630C
Text Example
Text Example
White with #F0630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0630C; }
p { color: rgb(240,99,12); }
H1.HeaderClassName
{
color: #F0630C;
}
.AnyTagClassName
{
color: #F0630C;
}
</style>
background-color css
<style>
a { background-color: #F0630C; }
a { background-color: rgb(240,99,12); }
div.DivClassName
{
background-color: #F0630C;
}
.BgClassName
{
background-color: #F0630C;
}
</style>
border-color css
<style>
span { border-color: #F0630C; }
span { border-color: rgb(240,99,12); }
td.TdClassName
{
border-color: #F0630C;
}
.TagClassName
{
border-color: #F0630C;
}
</style>