Shades of Persimmon #F05B00
Tints of Persimmon #F05B00
RGB
CMYK
RGB Variations
Color information
#F05B00 (or 0xF05B00) is known color: Persimmon. HEX triplet: F0, 5B and 00. RGB value is (240,91,0). Sum of RGB (Red+Green+Blue) = 240+91+0=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05B00 is #0FA4FF. Grayscale: #7D7D7D. Windows color (decimal): -1025280 or 23536. OLE color: 23536.
HSL color Cylindrical-coordinate representation of color #F05B00: hue angle of 22.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.06 |
| HSL | 22.75º | 1% | 0.47% | - |
| HSV(B) | 22.75º | 1% | 0.94% | - |
| XYZ | 39.68 | 26.01 | 2.93 | - |
| YUV | 125.18 | 57.36 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 0 | 0 | 0.62 | 1 | 0.06 | 22.75 | 1 | 0.47 |
| Hex | F0 | 5B | 0 | 0 | 3E | 64 | 6 | 17 | 64 | 2F |
| Octal | 360 | 133 | 0 | 0 | 76 | 144 | 6 | 27 | 144 | 57 |
| Binary | 11110000 | 1011011 | 0 | 0 | 111110 | 1100100 | 110 | 10111 | 1100100 | 101111 |
Color Harmonies of #F05B00
Complementary color
Monochromatic Colors of #F05B00
Black with #F05B00
Text Example
Text Example
White with #F05B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B00; }
p { color: rgb(240,91,0); }
H1.HeaderClassName
{
color: #F05B00;
}
.AnyTagClassName
{
color: #F05B00;
}
</style>
background-color css
<style>
a { background-color: #F05B00; }
a { background-color: rgb(240,91,0); }
div.DivClassName
{
background-color: #F05B00;
}
.BgClassName
{
background-color: #F05B00;
}
</style>
border-color css
<style>
span { border-color: #F05B00; }
span { border-color: rgb(240,91,0); }
td.TdClassName
{
border-color: #F05B00;
}
.TagClassName
{
border-color: #F05B00;
}
</style>