Shades of Persimmon #F25311
Tints of Persimmon #F25311
RGB
CMYK
RGB Variations
Color information
#F25311 (or 0xF25311) is known color: Persimmon. HEX triplet: F2, 53 and 11. RGB value is (242,83,17). Sum of RGB (Red+Green+Blue) = 242+83+17=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F25311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25311 is #0DACEE. Grayscale: #7B7B7B. Windows color (decimal): -896239 or 1135602. OLE color: 1135602.
HSL color Cylindrical-coordinate representation of color #F25311: hue angle of 17.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F25311 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.05 |
| HSL | 17.6º | 0.9% | 0.51% | - |
| HSV(B) | 17.6º | 0.93% | 0.95% | - |
| XYZ | 39.81 | 25.1 | 3.28 | - |
| YUV | 123.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 17 | 0 | 0.66 | 0.93 | 0.05 | 17.6 | 0.9 | 0.51 |
| Hex | F2 | 53 | 11 | 0 | 42 | 5D | 5 | 12 | 5A | 33 |
| Octal | 362 | 123 | 21 | 0 | 102 | 135 | 5 | 22 | 132 | 63 |
| Binary | 11110010 | 1010011 | 10001 | 0 | 1000010 | 1011101 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F25311
Complementary color
Monochromatic Colors of #F25311
Black with #F25311
Text Example
Text Example
White with #F25311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25311; }
p { color: rgb(242,83,17); }
H1.HeaderClassName
{
color: #F25311;
}
.AnyTagClassName
{
color: #F25311;
}
</style>
background-color css
<style>
a { background-color: #F25311; }
a { background-color: rgb(242,83,17); }
div.DivClassName
{
background-color: #F25311;
}
.BgClassName
{
background-color: #F25311;
}
</style>
border-color css
<style>
span { border-color: #F25311; }
span { border-color: rgb(242,83,17); }
td.TdClassName
{
border-color: #F25311;
}
.TagClassName
{
border-color: #F25311;
}
</style>