Shades of Persimmon #F4530E
Tints of Persimmon #F4530E
RGB
CMYK
RGB Variations
Color information
#F4530E (or 0xF4530E) is known color: Persimmon. HEX triplet: F4, 53 and 0E. RGB value is (244,83,14). Sum of RGB (Red+Green+Blue) = 244+83+14=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4530E is #0BACF1. Grayscale: #7B7B7B. Windows color (decimal): -765170 or 938996. OLE color: 938996.
HSL color Cylindrical-coordinate representation of color #F4530E: hue angle of 18º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4530E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.04 |
| HSL | 18º | 0.91% | 0.51% | - |
| HSV(B) | 18º | 0.94% | 0.96% | - |
| XYZ | 40.48 | 25.45 | 3.19 | - |
| YUV | 123.27 | 66.34 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 14 | 0 | 0.66 | 0.94 | 0.04 | 18 | 0.91 | 0.51 |
| Hex | F4 | 53 | E | 0 | 42 | 5E | 4 | 12 | 5B | 33 |
| Octal | 364 | 123 | 16 | 0 | 102 | 136 | 4 | 22 | 133 | 63 |
| Binary | 11110100 | 1010011 | 1110 | 0 | 1000010 | 1011110 | 100 | 10010 | 1011011 | 110011 |
Color Harmonies of #F4530E
Complementary color
Monochromatic Colors of #F4530E
Black with #F4530E
Text Example
Text Example
White with #F4530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4530E; }
p { color: rgb(244,83,14); }
H1.HeaderClassName
{
color: #F4530E;
}
.AnyTagClassName
{
color: #F4530E;
}
</style>
background-color css
<style>
a { background-color: #F4530E; }
a { background-color: rgb(244,83,14); }
div.DivClassName
{
background-color: #F4530E;
}
.BgClassName
{
background-color: #F4530E;
}
</style>
border-color css
<style>
span { border-color: #F4530E; }
span { border-color: rgb(244,83,14); }
td.TdClassName
{
border-color: #F4530E;
}
.TagClassName
{
border-color: #F4530E;
}
</style>