Shades of Persimmon #F65A1B
Tints of Persimmon #F65A1B
RGB
CMYK
RGB Variations
Color information
#F65A1B (or 0xF65A1B) is known color: Persimmon. HEX triplet: F6, 5A and 1B. RGB value is (246,90,27). Sum of RGB (Red+Green+Blue) = 246+90+27=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A1B is #09A5E4. Grayscale: #818181. Windows color (decimal): -632293 or 1792758. OLE color: 1792758.
HSL color Cylindrical-coordinate representation of color #F65A1B: hue angle of 17.26º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F65A1B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.04 |
| HSL | 17.26º | 0.92% | 0.54% | - |
| HSV(B) | 17.26º | 0.89% | 0.96% | - |
| XYZ | 41.86 | 26.98 | 4.04 | - |
| YUV | 129.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 27 | 0 | 0.63 | 0.89 | 0.04 | 17.26 | 0.92 | 0.54 |
| Hex | F6 | 5A | 1B | 0 | 3F | 59 | 4 | 11 | 5C | 36 |
| Octal | 366 | 132 | 33 | 0 | 77 | 131 | 4 | 21 | 134 | 66 |
| Binary | 11110110 | 1011010 | 11011 | 0 | 111111 | 1011001 | 100 | 10001 | 1011100 | 110110 |
Color Harmonies of #F65A1B
Complementary color
Monochromatic Colors of #F65A1B
Black with #F65A1B
Text Example
Text Example
White with #F65A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A1B; }
p { color: rgb(246,90,27); }
H1.HeaderClassName
{
color: #F65A1B;
}
.AnyTagClassName
{
color: #F65A1B;
}
</style>
background-color css
<style>
a { background-color: #F65A1B; }
a { background-color: rgb(246,90,27); }
div.DivClassName
{
background-color: #F65A1B;
}
.BgClassName
{
background-color: #F65A1B;
}
</style>
border-color css
<style>
span { border-color: #F65A1B; }
span { border-color: rgb(246,90,27); }
td.TdClassName
{
border-color: #F65A1B;
}
.TagClassName
{
border-color: #F65A1B;
}
</style>