Shades of Persimmon #F0630B
Tints of Persimmon #F0630B
RGB
CMYK
RGB Variations
Color information
#F0630B (or 0xF0630B) is known color: Persimmon. HEX triplet: F0, 63 and 0B. RGB value is (240,99,11). Sum of RGB (Red+Green+Blue) = 240+99+11=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0630B is #0F9CF4. Grayscale: #838383. Windows color (decimal): -1023221 or 746480. OLE color: 746480.
HSL color Cylindrical-coordinate representation of color #F0630B: hue angle of 23.06º 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 #F0630B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 23.06º | 0.91% | 0.49% | - |
| HSV(B) | 23.06º | 0.95% | 0.94% | - |
| XYZ | 40.46 | 27.47 | 3.49 | - |
| YUV | 131.13 | 60.21 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 11 | 0 | 0.59 | 0.95 | 0.06 | 23.06 | 0.91 | 0.49 |
| Hex | F0 | 63 | B | 0 | 3B | 5F | 6 | 17 | 5B | 31 |
| Octal | 360 | 143 | 13 | 0 | 73 | 137 | 6 | 27 | 133 | 61 |
| Binary | 11110000 | 1100011 | 1011 | 0 | 111011 | 1011111 | 110 | 10111 | 1011011 | 110001 |
Color Harmonies of #F0630B
Complementary color
Monochromatic Colors of #F0630B
Black with #F0630B
Text Example
Text Example
White with #F0630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0630B; }
p { color: rgb(240,99,11); }
H1.HeaderClassName
{
color: #F0630B;
}
.AnyTagClassName
{
color: #F0630B;
}
</style>
background-color css
<style>
a { background-color: #F0630B; }
a { background-color: rgb(240,99,11); }
div.DivClassName
{
background-color: #F0630B;
}
.BgClassName
{
background-color: #F0630B;
}
</style>
border-color css
<style>
span { border-color: #F0630B; }
span { border-color: rgb(240,99,11); }
td.TdClassName
{
border-color: #F0630B;
}
.TagClassName
{
border-color: #F0630B;
}
</style>