Shades of Persimmon #F2571B
Tints of Persimmon #F2571B
RGB
CMYK
RGB Variations
Color information
#F2571B (or 0xF2571B) is known color: Persimmon. HEX triplet: F2, 57 and 1B. RGB value is (242,87,27). Sum of RGB (Red+Green+Blue) = 242+87+27=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2571B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2571B is #0DA8E4. Grayscale: #7E7E7E. Windows color (decimal): -895205 or 1791986. OLE color: 1791986.
HSL color Cylindrical-coordinate representation of color #F2571B: hue angle of 16.74º 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 #F2571B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.05 |
| HSL | 16.74º | 0.89% | 0.53% | - |
| HSV(B) | 16.74º | 0.89% | 0.95% | - |
| XYZ | 40.22 | 25.77 | 3.89 | - |
| YUV | 126.51 | 71.85 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 27 | 0 | 0.64 | 0.89 | 0.05 | 16.74 | 0.89 | 0.53 |
| Hex | F2 | 57 | 1B | 0 | 40 | 59 | 5 | 11 | 59 | 35 |
| Octal | 362 | 127 | 33 | 0 | 100 | 131 | 5 | 21 | 131 | 65 |
| Binary | 11110010 | 1010111 | 11011 | 0 | 1000000 | 1011001 | 101 | 10001 | 1011001 | 110101 |
Color Harmonies of #F2571B
Complementary color
Monochromatic Colors of #F2571B
Black with #F2571B
Text Example
Text Example
White with #F2571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2571B; }
p { color: rgb(242,87,27); }
H1.HeaderClassName
{
color: #F2571B;
}
.AnyTagClassName
{
color: #F2571B;
}
</style>
background-color css
<style>
a { background-color: #F2571B; }
a { background-color: rgb(242,87,27); }
div.DivClassName
{
background-color: #F2571B;
}
.BgClassName
{
background-color: #F2571B;
}
</style>
border-color css
<style>
span { border-color: #F2571B; }
span { border-color: rgb(242,87,27); }
td.TdClassName
{
border-color: #F2571B;
}
.TagClassName
{
border-color: #F2571B;
}
</style>