Shades of Persimmon #F25A0D
Tints of Persimmon #F25A0D
RGB
CMYK
RGB Variations
Color information
#F25A0D (or 0xF25A0D) is known color: Persimmon. HEX triplet: F2, 5A and 0D. RGB value is (242,90,13). Sum of RGB (Red+Green+Blue) = 242+90+13=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25A0D is #0DA5F2. Grayscale: #7F7F7F. Windows color (decimal): -894451 or 875250. OLE color: 875250.
HSL color Cylindrical-coordinate representation of color #F25A0D: hue angle of 20.17º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F25A0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.05 |
| HSL | 20.17º | 0.9% | 0.5% | - |
| HSV(B) | 20.17º | 0.95% | 0.95% | - |
| XYZ | 40.35 | 26.22 | 3.31 | - |
| YUV | 126.67 | 63.86 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 13 | 0 | 0.63 | 0.95 | 0.05 | 20.17 | 0.9 | 0.5 |
| Hex | F2 | 5A | D | 0 | 3F | 5F | 5 | 14 | 5A | 32 |
| Octal | 362 | 132 | 15 | 0 | 77 | 137 | 5 | 24 | 132 | 62 |
| Binary | 11110010 | 1011010 | 1101 | 0 | 111111 | 1011111 | 101 | 10100 | 1011010 | 110010 |
Color Harmonies of #F25A0D
Complementary color
Monochromatic Colors of #F25A0D
Black with #F25A0D
Text Example
Text Example
White with #F25A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A0D; }
p { color: rgb(242,90,13); }
H1.HeaderClassName
{
color: #F25A0D;
}
.AnyTagClassName
{
color: #F25A0D;
}
</style>
background-color css
<style>
a { background-color: #F25A0D; }
a { background-color: rgb(242,90,13); }
div.DivClassName
{
background-color: #F25A0D;
}
.BgClassName
{
background-color: #F25A0D;
}
</style>
border-color css
<style>
span { border-color: #F25A0D; }
span { border-color: rgb(242,90,13); }
td.TdClassName
{
border-color: #F25A0D;
}
.TagClassName
{
border-color: #F25A0D;
}
</style>