Shades of Persimmon #F4540B
Tints of Persimmon #F4540B
RGB
CMYK
RGB Variations
Color information
#F4540B (or 0xF4540B) is known color: Persimmon. HEX triplet: F4, 54 and 0B. RGB value is (244,84,11). Sum of RGB (Red+Green+Blue) = 244+84+11=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4540B is #0BABF4. Grayscale: #7B7B7B. Windows color (decimal): -764917 or 742644. OLE color: 742644.
HSL color Cylindrical-coordinate representation of color #F4540B: hue angle of 18.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4540B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.04 |
| HSL | 18.8º | 0.91% | 0.5% | - |
| HSV(B) | 18.8º | 0.95% | 0.96% | - |
| XYZ | 40.54 | 25.6 | 3.12 | - |
| YUV | 123.52 | 64.51 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 11 | 0 | 0.66 | 0.95 | 0.04 | 18.8 | 0.91 | 0.5 |
| Hex | F4 | 54 | B | 0 | 42 | 5F | 4 | 13 | 5B | 32 |
| Octal | 364 | 124 | 13 | 0 | 102 | 137 | 4 | 23 | 133 | 62 |
| Binary | 11110100 | 1010100 | 1011 | 0 | 1000010 | 1011111 | 100 | 10011 | 1011011 | 110010 |
Color Harmonies of #F4540B
Complementary color
Monochromatic Colors of #F4540B
Black with #F4540B
Text Example
Text Example
White with #F4540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4540B; }
p { color: rgb(244,84,11); }
H1.HeaderClassName
{
color: #F4540B;
}
.AnyTagClassName
{
color: #F4540B;
}
</style>
background-color css
<style>
a { background-color: #F4540B; }
a { background-color: rgb(244,84,11); }
div.DivClassName
{
background-color: #F4540B;
}
.BgClassName
{
background-color: #F4540B;
}
</style>
border-color css
<style>
span { border-color: #F4540B; }
span { border-color: rgb(244,84,11); }
td.TdClassName
{
border-color: #F4540B;
}
.TagClassName
{
border-color: #F4540B;
}
</style>