Shades of Persimmon #F1530C
Tints of Persimmon #F1530C
RGB
CMYK
RGB Variations
Color information
#F1530C (or 0xF1530C) is known color: Persimmon. HEX triplet: F1, 53 and 0C. RGB value is (241,83,12). Sum of RGB (Red+Green+Blue) = 241+83+12=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1530C is #0EACF3. Grayscale: #7A7A7A. Windows color (decimal): -961780 or 807921. OLE color: 807921.
HSL color Cylindrical-coordinate representation of color #F1530C: hue angle of 18.6º degrees, saturation: 0.91, 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 #F1530C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.05 |
| HSL | 18.6º | 0.91% | 0.5% | - |
| HSV(B) | 18.6º | 0.95% | 0.95% | - |
| XYZ | 39.44 | 24.91 | 3.08 | - |
| YUV | 122.15 | 65.85 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 12 | 0 | 0.66 | 0.95 | 0.05 | 18.6 | 0.91 | 0.5 |
| Hex | F1 | 53 | C | 0 | 42 | 5F | 5 | 13 | 5B | 32 |
| Octal | 361 | 123 | 14 | 0 | 102 | 137 | 5 | 23 | 133 | 62 |
| Binary | 11110001 | 1010011 | 1100 | 0 | 1000010 | 1011111 | 101 | 10011 | 1011011 | 110010 |
Color Harmonies of #F1530C
Complementary color
Monochromatic Colors of #F1530C
Black with #F1530C
Text Example
Text Example
White with #F1530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1530C; }
p { color: rgb(241,83,12); }
H1.HeaderClassName
{
color: #F1530C;
}
.AnyTagClassName
{
color: #F1530C;
}
</style>
background-color css
<style>
a { background-color: #F1530C; }
a { background-color: rgb(241,83,12); }
div.DivClassName
{
background-color: #F1530C;
}
.BgClassName
{
background-color: #F1530C;
}
</style>
border-color css
<style>
span { border-color: #F1530C; }
span { border-color: rgb(241,83,12); }
td.TdClassName
{
border-color: #F1530C;
}
.TagClassName
{
border-color: #F1530C;
}
</style>