Shades of Persimmon #F75C04
Tints of Persimmon #F75C04
RGB
CMYK
RGB Variations
Color information
#F75C04 (or 0xF75C04) is known color: Persimmon. HEX triplet: F7, 5C and 04. RGB value is (247,92,4). Sum of RGB (Red+Green+Blue) = 247+92+4=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C04 is #08A3FB. Grayscale: #808080. Windows color (decimal): -566268 or 285943. OLE color: 285943.
HSL color Cylindrical-coordinate representation of color #F75C04: hue angle of 21.73º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F75C04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.03 |
| HSL | 21.73º | 0.97% | 0.49% | - |
| HSV(B) | 21.73º | 0.98% | 0.97% | - |
| XYZ | 42.21 | 27.44 | 3.19 | - |
| YUV | 128.31 | 57.85 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 4 | 0 | 0.63 | 0.98 | 0.03 | 21.73 | 0.97 | 0.49 |
| Hex | F7 | 5C | 4 | 0 | 3F | 62 | 3 | 16 | 61 | 31 |
| Octal | 367 | 134 | 4 | 0 | 77 | 142 | 3 | 26 | 141 | 61 |
| Binary | 11110111 | 1011100 | 100 | 0 | 111111 | 1100010 | 11 | 10110 | 1100001 | 110001 |
Color Harmonies of #F75C04
Complementary color
Monochromatic Colors of #F75C04
Black with #F75C04
Text Example
Text Example
White with #F75C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C04; }
p { color: rgb(247,92,4); }
H1.HeaderClassName
{
color: #F75C04;
}
.AnyTagClassName
{
color: #F75C04;
}
</style>
background-color css
<style>
a { background-color: #F75C04; }
a { background-color: rgb(247,92,4); }
div.DivClassName
{
background-color: #F75C04;
}
.BgClassName
{
background-color: #F75C04;
}
</style>
border-color css
<style>
span { border-color: #F75C04; }
span { border-color: rgb(247,92,4); }
td.TdClassName
{
border-color: #F75C04;
}
.TagClassName
{
border-color: #F75C04;
}
</style>