Shades of Persimmon #F2550B
Tints of Persimmon #F2550B
RGB
CMYK
RGB Variations
Color information
#F2550B (or 0xF2550B) is known color: Persimmon. HEX triplet: F2, 55 and 0B. RGB value is (242,85,11). Sum of RGB (Red+Green+Blue) = 242+85+11=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2550B is #0DAAF4. Grayscale: #7B7B7B. Windows color (decimal): -895733 or 742898. OLE color: 742898.
HSL color Cylindrical-coordinate representation of color #F2550B: hue angle of 19.22º 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 #F2550B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.05 |
| HSL | 19.22º | 0.91% | 0.5% | - |
| HSV(B) | 19.22º | 0.95% | 0.95% | - |
| XYZ | 39.93 | 25.4 | 3.11 | - |
| YUV | 123.51 | 64.51 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 11 | 0 | 0.65 | 0.95 | 0.05 | 19.22 | 0.91 | 0.5 |
| Hex | F2 | 55 | B | 0 | 41 | 5F | 5 | 13 | 5B | 32 |
| Octal | 362 | 125 | 13 | 0 | 101 | 137 | 5 | 23 | 133 | 62 |
| Binary | 11110010 | 1010101 | 1011 | 0 | 1000001 | 1011111 | 101 | 10011 | 1011011 | 110010 |
Color Harmonies of #F2550B
Complementary color
Monochromatic Colors of #F2550B
Black with #F2550B
Text Example
Text Example
White with #F2550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2550B; }
p { color: rgb(242,85,11); }
H1.HeaderClassName
{
color: #F2550B;
}
.AnyTagClassName
{
color: #F2550B;
}
</style>
background-color css
<style>
a { background-color: #F2550B; }
a { background-color: rgb(242,85,11); }
div.DivClassName
{
background-color: #F2550B;
}
.BgClassName
{
background-color: #F2550B;
}
</style>
border-color css
<style>
span { border-color: #F2550B; }
span { border-color: rgb(242,85,11); }
td.TdClassName
{
border-color: #F2550B;
}
.TagClassName
{
border-color: #F2550B;
}
</style>