Shades of Persimmon #F2600D
Tints of Persimmon #F2600D
RGB
CMYK
RGB Variations
Color information
#F2600D (or 0xF2600D) is known color: Persimmon. HEX triplet: F2, 60 and 0D. RGB value is (242,96,13). Sum of RGB (Red+Green+Blue) = 242+96+13=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2600D is #0D9FF2. Grayscale: #828282. Windows color (decimal): -892915 or 876786. OLE color: 876786.
HSL color Cylindrical-coordinate representation of color #F2600D: hue angle of 21.75º degrees, saturation: 0.9, 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 #F2600D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 13 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.05 |
| HSL | 21.75º | 0.9% | 0.5% | - |
| HSV(B) | 21.75º | 0.95% | 0.95% | - |
| XYZ | 40.87 | 27.27 | 3.49 | - |
| YUV | 130.19 | 61.87 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 13 | 0 | 0.60 | 0.95 | 0.05 | 21.75 | 0.9 | 0.5 |
| Hex | F2 | 60 | D | 0 | 3C | 5F | 5 | 16 | 5A | 32 |
| Octal | 362 | 140 | 15 | 0 | 74 | 137 | 5 | 26 | 132 | 62 |
| Binary | 11110010 | 1100000 | 1101 | 0 | 111100 | 1011111 | 101 | 10110 | 1011010 | 110010 |
Color Harmonies of #F2600D
Complementary color
Monochromatic Colors of #F2600D
Black with #F2600D
Text Example
Text Example
White with #F2600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2600D; }
p { color: rgb(242,96,13); }
H1.HeaderClassName
{
color: #F2600D;
}
.AnyTagClassName
{
color: #F2600D;
}
</style>
background-color css
<style>
a { background-color: #F2600D; }
a { background-color: rgb(242,96,13); }
div.DivClassName
{
background-color: #F2600D;
}
.BgClassName
{
background-color: #F2600D;
}
</style>
border-color css
<style>
span { border-color: #F2600D; }
span { border-color: rgb(242,96,13); }
td.TdClassName
{
border-color: #F2600D;
}
.TagClassName
{
border-color: #F2600D;
}
</style>