Shades of Persimmon #F2571A
Tints of Persimmon #F2571A
RGB
CMYK
RGB Variations
Color information
#F2571A (or 0xF2571A) is known color: Persimmon. HEX triplet: F2, 57 and 1A. RGB value is (242,87,26). Sum of RGB (Red+Green+Blue) = 242+87+26=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2571A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2571A is #0DA8E5. Grayscale: #7E7E7E. Windows color (decimal): -895206 or 1726450. OLE color: 1726450.
HSL color Cylindrical-coordinate representation of color #F2571A: hue angle of 16.94º 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 #F2571A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 26 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.05 |
| HSL | 16.94º | 0.89% | 0.53% | - |
| HSV(B) | 16.94º | 0.89% | 0.95% | - |
| XYZ | 40.21 | 25.77 | 3.83 | - |
| YUV | 126.39 | 71.35 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 26 | 0 | 0.64 | 0.89 | 0.05 | 16.94 | 0.89 | 0.53 |
| Hex | F2 | 57 | 1A | 0 | 40 | 59 | 5 | 11 | 59 | 35 |
| Octal | 362 | 127 | 32 | 0 | 100 | 131 | 5 | 21 | 131 | 65 |
| Binary | 11110010 | 1010111 | 11010 | 0 | 1000000 | 1011001 | 101 | 10001 | 1011001 | 110101 |
Color Harmonies of #F2571A
Complementary color
Monochromatic Colors of #F2571A
Black with #F2571A
Text Example
Text Example
White with #F2571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2571A; }
p { color: rgb(242,87,26); }
H1.HeaderClassName
{
color: #F2571A;
}
.AnyTagClassName
{
color: #F2571A;
}
</style>
background-color css
<style>
a { background-color: #F2571A; }
a { background-color: rgb(242,87,26); }
div.DivClassName
{
background-color: #F2571A;
}
.BgClassName
{
background-color: #F2571A;
}
</style>
border-color css
<style>
span { border-color: #F2571A; }
span { border-color: rgb(242,87,26); }
td.TdClassName
{
border-color: #F2571A;
}
.TagClassName
{
border-color: #F2571A;
}
</style>