Shades of Persimmon #F25B1B
Tints of Persimmon #F25B1B
RGB
CMYK
RGB Variations
Color information
#F25B1B (or 0xF25B1B) is known color: Persimmon. HEX triplet: F2, 5B and 1B. RGB value is (242,91,27). Sum of RGB (Red+Green+Blue) = 242+91+27=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B1B is #0DA4E4. Grayscale: #818181. Windows color (decimal): -894181 or 1793010. OLE color: 1793010.
HSL color Cylindrical-coordinate representation of color #F25B1B: hue angle of 17.86º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F25B1B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.05 |
| HSL | 17.86º | 0.89% | 0.53% | - |
| HSV(B) | 17.86º | 0.89% | 0.95% | - |
| XYZ | 40.56 | 26.44 | 4 | - |
| YUV | 128.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 27 | 0 | 0.62 | 0.89 | 0.05 | 17.86 | 0.89 | 0.53 |
| Hex | F2 | 5B | 1B | 0 | 3E | 59 | 5 | 12 | 59 | 35 |
| Octal | 362 | 133 | 33 | 0 | 76 | 131 | 5 | 22 | 131 | 65 |
| Binary | 11110010 | 1011011 | 11011 | 0 | 111110 | 1011001 | 101 | 10010 | 1011001 | 110101 |
Color Harmonies of #F25B1B
Complementary color
Monochromatic Colors of #F25B1B
Black with #F25B1B
Text Example
Text Example
White with #F25B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B1B; }
p { color: rgb(242,91,27); }
H1.HeaderClassName
{
color: #F25B1B;
}
.AnyTagClassName
{
color: #F25B1B;
}
</style>
background-color css
<style>
a { background-color: #F25B1B; }
a { background-color: rgb(242,91,27); }
div.DivClassName
{
background-color: #F25B1B;
}
.BgClassName
{
background-color: #F25B1B;
}
</style>
border-color css
<style>
span { border-color: #F25B1B; }
span { border-color: rgb(242,91,27); }
td.TdClassName
{
border-color: #F25B1B;
}
.TagClassName
{
border-color: #F25B1B;
}
</style>