Shades of Persimmon #F4551B
Tints of Persimmon #F4551B
RGB
CMYK
RGB Variations
Color information
#F4551B (or 0xF4551B) is known color: Persimmon. HEX triplet: F4, 55 and 1B. RGB value is (244,85,27). Sum of RGB (Red+Green+Blue) = 244+85+27=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4551B is #0BAAE4. Grayscale: #7E7E7E. Windows color (decimal): -764645 or 1791476. OLE color: 1791476.
HSL color Cylindrical-coordinate representation of color #F4551B: hue angle of 16.04º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4551B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 16.04º | 0.91% | 0.53% | - |
| HSV(B) | 16.04º | 0.89% | 0.96% | - |
| XYZ | 40.75 | 25.81 | 3.87 | - |
| YUV | 125.93 | 72.18 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 27 | 0 | 0.65 | 0.89 | 0.04 | 16.04 | 0.91 | 0.53 |
| Hex | F4 | 55 | 1B | 0 | 41 | 59 | 4 | 10 | 5B | 35 |
| Octal | 364 | 125 | 33 | 0 | 101 | 131 | 4 | 20 | 133 | 65 |
| Binary | 11110100 | 1010101 | 11011 | 0 | 1000001 | 1011001 | 100 | 10000 | 1011011 | 110101 |
Color Harmonies of #F4551B
Complementary color
Monochromatic Colors of #F4551B
Black with #F4551B
Text Example
Text Example
White with #F4551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4551B; }
p { color: rgb(244,85,27); }
H1.HeaderClassName
{
color: #F4551B;
}
.AnyTagClassName
{
color: #F4551B;
}
</style>
background-color css
<style>
a { background-color: #F4551B; }
a { background-color: rgb(244,85,27); }
div.DivClassName
{
background-color: #F4551B;
}
.BgClassName
{
background-color: #F4551B;
}
</style>
border-color css
<style>
span { border-color: #F4551B; }
span { border-color: rgb(244,85,27); }
td.TdClassName
{
border-color: #F4551B;
}
.TagClassName
{
border-color: #F4551B;
}
</style>