Shades of Persimmon #F05D1B
Tints of Persimmon #F05D1B
RGB
CMYK
RGB Variations
Color information
#F05D1B (or 0xF05D1B) is known color: Persimmon. HEX triplet: F0, 5D and 1B. RGB value is (240,93,27). Sum of RGB (Red+Green+Blue) = 240+93+27=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D1B is #0FA2E4. Grayscale: #818181. Windows color (decimal): -1024741 or 1793520. OLE color: 1793520.
HSL color Cylindrical-coordinate representation of color #F05D1B: hue angle of 18.59º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F05D1B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 27 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.06 |
| HSL | 18.59º | 0.88% | 0.52% | - |
| HSV(B) | 18.59º | 0.89% | 0.94% | - |
| XYZ | 40.05 | 26.43 | 4.03 | - |
| YUV | 129.43 | 70.2 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 27 | 0 | 0.61 | 0.89 | 0.06 | 18.59 | 0.88 | 0.52 |
| Hex | F0 | 5D | 1B | 0 | 3D | 59 | 6 | 13 | 58 | 34 |
| Octal | 360 | 135 | 33 | 0 | 75 | 131 | 6 | 23 | 130 | 64 |
| Binary | 11110000 | 1011101 | 11011 | 0 | 111101 | 1011001 | 110 | 10011 | 1011000 | 110100 |
Color Harmonies of #F05D1B
Complementary color
Monochromatic Colors of #F05D1B
Black with #F05D1B
Text Example
Text Example
White with #F05D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D1B; }
p { color: rgb(240,93,27); }
H1.HeaderClassName
{
color: #F05D1B;
}
.AnyTagClassName
{
color: #F05D1B;
}
</style>
background-color css
<style>
a { background-color: #F05D1B; }
a { background-color: rgb(240,93,27); }
div.DivClassName
{
background-color: #F05D1B;
}
.BgClassName
{
background-color: #F05D1B;
}
</style>
border-color css
<style>
span { border-color: #F05D1B; }
span { border-color: rgb(240,93,27); }
td.TdClassName
{
border-color: #F05D1B;
}
.TagClassName
{
border-color: #F05D1B;
}
</style>