Shades of Persimmon #F14F00
Tints of Persimmon #F14F00
RGB
CMYK
RGB Variations
Color information
#F14F00 (or 0xF14F00) is known color: Persimmon. HEX triplet: F1, 4F and 00. RGB value is (241,79,0). Sum of RGB (Red+Green+Blue) = 241+79+0=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F00 is #0EB0FF. Grayscale: #767676. Windows color (decimal): -962816 or 20465. OLE color: 20465.
HSL color Cylindrical-coordinate representation of color #F14F00: hue angle of 19.67º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F14F00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 79 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.05 |
| HSL | 19.67º | 1% | 0.47% | - |
| HSV(B) | 19.67º | 1% | 0.95% | - |
| XYZ | 39.07 | 24.29 | 2.63 | - |
| YUV | 118.43 | 61.17 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 0 | 0 | 0.67 | 1 | 0.05 | 19.67 | 1 | 0.47 |
| Hex | F1 | 4F | 0 | 0 | 43 | 64 | 5 | 14 | 64 | 2F |
| Octal | 361 | 117 | 0 | 0 | 103 | 144 | 5 | 24 | 144 | 57 |
| Binary | 11110001 | 1001111 | 0 | 0 | 1000011 | 1100100 | 101 | 10100 | 1100100 | 101111 |
Color Harmonies of #F14F00
Complementary color
Monochromatic Colors of #F14F00
Black with #F14F00
Text Example
Text Example
White with #F14F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14F00; }
p { color: rgb(241,79,0); }
H1.HeaderClassName
{
color: #F14F00;
}
.AnyTagClassName
{
color: #F14F00;
}
</style>
background-color css
<style>
a { background-color: #F14F00; }
a { background-color: rgb(241,79,0); }
div.DivClassName
{
background-color: #F14F00;
}
.BgClassName
{
background-color: #F14F00;
}
</style>
border-color css
<style>
span { border-color: #F14F00; }
span { border-color: rgb(241,79,0); }
td.TdClassName
{
border-color: #F14F00;
}
.TagClassName
{
border-color: #F14F00;
}
</style>