Shades of Persimmon #F2600C
Tints of Persimmon #F2600C
RGB
CMYK
RGB Variations
Color information
#F2600C (or 0xF2600C) is known color: Persimmon. HEX triplet: F2, 60 and 0C. RGB value is (242,96,12). Sum of RGB (Red+Green+Blue) = 242+96+12=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2600C is #0D9FF3. Grayscale: #828282. Windows color (decimal): -892916 or 811250. OLE color: 811250.
HSL color Cylindrical-coordinate representation of color #F2600C: hue angle of 21.91º 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 #F2600C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.05 |
| HSL | 21.91º | 0.91% | 0.5% | - |
| HSV(B) | 21.91º | 0.95% | 0.95% | - |
| XYZ | 40.87 | 27.27 | 3.46 | - |
| YUV | 130.08 | 61.37 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 12 | 0 | 0.60 | 0.95 | 0.05 | 21.91 | 0.91 | 0.5 |
| Hex | F2 | 60 | C | 0 | 3C | 5F | 5 | 16 | 5B | 32 |
| Octal | 362 | 140 | 14 | 0 | 74 | 137 | 5 | 26 | 133 | 62 |
| Binary | 11110010 | 1100000 | 1100 | 0 | 111100 | 1011111 | 101 | 10110 | 1011011 | 110010 |
Color Harmonies of #F2600C
Complementary color
Monochromatic Colors of #F2600C
Black with #F2600C
Text Example
Text Example
White with #F2600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2600C; }
p { color: rgb(242,96,12); }
H1.HeaderClassName
{
color: #F2600C;
}
.AnyTagClassName
{
color: #F2600C;
}
</style>
background-color css
<style>
a { background-color: #F2600C; }
a { background-color: rgb(242,96,12); }
div.DivClassName
{
background-color: #F2600C;
}
.BgClassName
{
background-color: #F2600C;
}
</style>
border-color css
<style>
span { border-color: #F2600C; }
span { border-color: rgb(242,96,12); }
td.TdClassName
{
border-color: #F2600C;
}
.TagClassName
{
border-color: #F2600C;
}
</style>