Shades of Persimmon #F2630B
Tints of Persimmon #F2630B
RGB
CMYK
RGB Variations
Color information
#F2630B (or 0xF2630B) is known color: Persimmon. HEX triplet: F2, 63 and 0B. RGB value is (242,99,11). Sum of RGB (Red+Green+Blue) = 242+99+11=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2630B is #0D9CF4. Grayscale: #848484. Windows color (decimal): -892149 or 746482. OLE color: 746482.
HSL color Cylindrical-coordinate representation of color #F2630B: hue angle of 22.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2630B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.05 |
| HSL | 22.86º | 0.91% | 0.5% | - |
| HSV(B) | 22.86º | 0.95% | 0.95% | - |
| XYZ | 41.14 | 27.83 | 3.52 | - |
| YUV | 131.73 | 59.88 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 11 | 0 | 0.59 | 0.95 | 0.05 | 22.86 | 0.91 | 0.5 |
| Hex | F2 | 63 | B | 0 | 3B | 5F | 5 | 17 | 5B | 32 |
| Octal | 362 | 143 | 13 | 0 | 73 | 137 | 5 | 27 | 133 | 62 |
| Binary | 11110010 | 1100011 | 1011 | 0 | 111011 | 1011111 | 101 | 10111 | 1011011 | 110010 |
Color Harmonies of #F2630B
Complementary color
Monochromatic Colors of #F2630B
Black with #F2630B
Text Example
Text Example
White with #F2630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2630B; }
p { color: rgb(242,99,11); }
H1.HeaderClassName
{
color: #F2630B;
}
.AnyTagClassName
{
color: #F2630B;
}
</style>
background-color css
<style>
a { background-color: #F2630B; }
a { background-color: rgb(242,99,11); }
div.DivClassName
{
background-color: #F2630B;
}
.BgClassName
{
background-color: #F2630B;
}
</style>
border-color css
<style>
span { border-color: #F2630B; }
span { border-color: rgb(242,99,11); }
td.TdClassName
{
border-color: #F2630B;
}
.TagClassName
{
border-color: #F2630B;
}
</style>