Shades of Persimmon #F25F03
Tints of Persimmon #F25F03
RGB
CMYK
RGB Variations
Color information
#F25F03 (or 0xF25F03) is known color: Persimmon. HEX triplet: F2, 5F and 03. RGB value is (242,95,3). Sum of RGB (Red+Green+Blue) = 242+95+3=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F03 is #0DA0FC. Grayscale: #808080. Windows color (decimal): -893181 or 221170. OLE color: 221170.
HSL color Cylindrical-coordinate representation of color #F25F03: hue angle of 23.1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F25F03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.05 |
| HSL | 23.1º | 0.98% | 0.48% | - |
| HSV(B) | 23.1º | 0.99% | 0.95% | - |
| XYZ | 40.73 | 27.07 | 3.16 | - |
| YUV | 128.47 | 57.2 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 3 | 0 | 0.61 | 0.99 | 0.05 | 23.1 | 0.98 | 0.48 |
| Hex | F2 | 5F | 3 | 0 | 3D | 63 | 5 | 17 | 62 | 30 |
| Octal | 362 | 137 | 3 | 0 | 75 | 143 | 5 | 27 | 142 | 60 |
| Binary | 11110010 | 1011111 | 11 | 0 | 111101 | 1100011 | 101 | 10111 | 1100010 | 110000 |
Color Harmonies of #F25F03
Complementary color
Monochromatic Colors of #F25F03
Black with #F25F03
Text Example
Text Example
White with #F25F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F03; }
p { color: rgb(242,95,3); }
H1.HeaderClassName
{
color: #F25F03;
}
.AnyTagClassName
{
color: #F25F03;
}
</style>
background-color css
<style>
a { background-color: #F25F03; }
a { background-color: rgb(242,95,3); }
div.DivClassName
{
background-color: #F25F03;
}
.BgClassName
{
background-color: #F25F03;
}
</style>
border-color css
<style>
span { border-color: #F25F03; }
span { border-color: rgb(242,95,3); }
td.TdClassName
{
border-color: #F25F03;
}
.TagClassName
{
border-color: #F25F03;
}
</style>