Shades of Persimmon #F25300
Tints of Persimmon #F25300
RGB
CMYK
RGB Variations
Color information
#F25300 (or 0xF25300) is known color: Persimmon. HEX triplet: F2, 53 and 00. RGB value is (242,83,0). Sum of RGB (Red+Green+Blue) = 242+83+0=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F25300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25300 is #0DACFF. Grayscale: #797979. Windows color (decimal): -896256 or 21490. OLE color: 21490.
HSL color Cylindrical-coordinate representation of color #F25300: hue angle of 20.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F25300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.05 |
| HSL | 20.58º | 1% | 0.47% | - |
| HSV(B) | 20.58º | 1% | 0.95% | - |
| XYZ | 39.71 | 25.06 | 2.74 | - |
| YUV | 121.08 | 59.68 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 0 | 0 | 0.66 | 1 | 0.05 | 20.58 | 1 | 0.47 |
| Hex | F2 | 53 | 0 | 0 | 42 | 64 | 5 | 15 | 64 | 2F |
| Octal | 362 | 123 | 0 | 0 | 102 | 144 | 5 | 25 | 144 | 57 |
| Binary | 11110010 | 1010011 | 0 | 0 | 1000010 | 1100100 | 101 | 10101 | 1100100 | 101111 |
Color Harmonies of #F25300
Complementary color
Monochromatic Colors of #F25300
Black with #F25300
Text Example
Text Example
White with #F25300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25300; }
p { color: rgb(242,83,0); }
H1.HeaderClassName
{
color: #F25300;
}
.AnyTagClassName
{
color: #F25300;
}
</style>
background-color css
<style>
a { background-color: #F25300; }
a { background-color: rgb(242,83,0); }
div.DivClassName
{
background-color: #F25300;
}
.BgClassName
{
background-color: #F25300;
}
</style>
border-color css
<style>
span { border-color: #F25300; }
span { border-color: rgb(242,83,0); }
td.TdClassName
{
border-color: #F25300;
}
.TagClassName
{
border-color: #F25300;
}
</style>