Shades of Persimmon #F25A08
Tints of Persimmon #F25A08
RGB
CMYK
RGB Variations
Color information
#F25A08 (or 0xF25A08) is known color: Persimmon. HEX triplet: F2, 5A and 08. RGB value is (242,90,8). Sum of RGB (Red+Green+Blue) = 242+90+8=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25A08 is #0DA5F7. Grayscale: #7E7E7E. Windows color (decimal): -894456 or 547570. OLE color: 547570.
HSL color Cylindrical-coordinate representation of color #F25A08: hue angle of 21.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F25A08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.05 |
| HSL | 21.03º | 0.94% | 0.49% | - |
| HSV(B) | 21.03º | 0.97% | 0.95% | - |
| XYZ | 40.32 | 26.21 | 3.16 | - |
| YUV | 126.1 | 61.36 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 8 | 0 | 0.63 | 0.97 | 0.05 | 21.03 | 0.94 | 0.49 |
| Hex | F2 | 5A | 8 | 0 | 3F | 61 | 5 | 15 | 5E | 31 |
| Octal | 362 | 132 | 10 | 0 | 77 | 141 | 5 | 25 | 136 | 61 |
| Binary | 11110010 | 1011010 | 1000 | 0 | 111111 | 1100001 | 101 | 10101 | 1011110 | 110001 |
Color Harmonies of #F25A08
Complementary color
Monochromatic Colors of #F25A08
Black with #F25A08
Text Example
Text Example
White with #F25A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A08; }
p { color: rgb(242,90,8); }
H1.HeaderClassName
{
color: #F25A08;
}
.AnyTagClassName
{
color: #F25A08;
}
</style>
background-color css
<style>
a { background-color: #F25A08; }
a { background-color: rgb(242,90,8); }
div.DivClassName
{
background-color: #F25A08;
}
.BgClassName
{
background-color: #F25A08;
}
</style>
border-color css
<style>
span { border-color: #F25A08; }
span { border-color: rgb(242,90,8); }
td.TdClassName
{
border-color: #F25A08;
}
.TagClassName
{
border-color: #F25A08;
}
</style>