Shades of Persimmon #F0660D
Tints of Persimmon #F0660D
RGB
CMYK
RGB Variations
Color information
#F0660D (or 0xF0660D) is known color: Persimmon. HEX triplet: F0, 66 and 0D. RGB value is (240,102,13). Sum of RGB (Red+Green+Blue) = 240+102+13=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0660D is #0F99F2. Grayscale: #858585. Windows color (decimal): -1022451 or 878320. OLE color: 878320.
HSL color Cylindrical-coordinate representation of color #F0660D: hue angle of 23.52º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0660D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.06 |
| HSL | 23.52º | 0.9% | 0.5% | - |
| HSV(B) | 23.52º | 0.95% | 0.94% | - |
| XYZ | 40.76 | 28.06 | 3.65 | - |
| YUV | 133.12 | 60.22 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 13 | 0 | 0.58 | 0.95 | 0.06 | 23.52 | 0.9 | 0.5 |
| Hex | F0 | 66 | D | 0 | 3A | 5F | 6 | 18 | 5A | 32 |
| Octal | 360 | 146 | 15 | 0 | 72 | 137 | 6 | 30 | 132 | 62 |
| Binary | 11110000 | 1100110 | 1101 | 0 | 111010 | 1011111 | 110 | 11000 | 1011010 | 110010 |
Color Harmonies of #F0660D
Complementary color
Monochromatic Colors of #F0660D
Black with #F0660D
Text Example
Text Example
White with #F0660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0660D; }
p { color: rgb(240,102,13); }
H1.HeaderClassName
{
color: #F0660D;
}
.AnyTagClassName
{
color: #F0660D;
}
</style>
background-color css
<style>
a { background-color: #F0660D; }
a { background-color: rgb(240,102,13); }
div.DivClassName
{
background-color: #F0660D;
}
.BgClassName
{
background-color: #F0660D;
}
</style>
border-color css
<style>
span { border-color: #F0660D; }
span { border-color: rgb(240,102,13); }
td.TdClassName
{
border-color: #F0660D;
}
.TagClassName
{
border-color: #F0660D;
}
</style>