Shades of Persimmon #F05A0B
Tints of Persimmon #F05A0B
RGB
CMYK
RGB Variations
Color information
#F05A0B (or 0xF05A0B) is known color: Persimmon. HEX triplet: F0, 5A and 0B. RGB value is (240,90,11). Sum of RGB (Red+Green+Blue) = 240+90+11=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A0B is #0FA5F4. Grayscale: #7E7E7E. Windows color (decimal): -1025525 or 744176. OLE color: 744176.
HSL color Cylindrical-coordinate representation of color #F05A0B: hue angle of 20.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F05A0B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.06 |
| HSL | 20.7º | 0.91% | 0.49% | - |
| HSV(B) | 20.7º | 0.95% | 0.94% | - |
| XYZ | 39.65 | 25.86 | 3.22 | - |
| YUV | 125.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 11 | 0 | 0.62 | 0.95 | 0.06 | 20.7 | 0.91 | 0.49 |
| Hex | F0 | 5A | B | 0 | 3E | 5F | 6 | 15 | 5B | 31 |
| Octal | 360 | 132 | 13 | 0 | 76 | 137 | 6 | 25 | 133 | 61 |
| Binary | 11110000 | 1011010 | 1011 | 0 | 111110 | 1011111 | 110 | 10101 | 1011011 | 110001 |
Color Harmonies of #F05A0B
Complementary color
Monochromatic Colors of #F05A0B
Black with #F05A0B
Text Example
Text Example
White with #F05A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A0B; }
p { color: rgb(240,90,11); }
H1.HeaderClassName
{
color: #F05A0B;
}
.AnyTagClassName
{
color: #F05A0B;
}
</style>
background-color css
<style>
a { background-color: #F05A0B; }
a { background-color: rgb(240,90,11); }
div.DivClassName
{
background-color: #F05A0B;
}
.BgClassName
{
background-color: #F05A0B;
}
</style>
border-color css
<style>
span { border-color: #F05A0B; }
span { border-color: rgb(240,90,11); }
td.TdClassName
{
border-color: #F05A0B;
}
.TagClassName
{
border-color: #F05A0B;
}
</style>