Shades of Crusta #F38960
Tints of Crusta #F38960
RGB
CMYK
RGB Variations
Color information
#F38960 (or 0xF38960) is known color: Crusta. HEX triplet: F3, 89 and 60. RGB value is (243,137,96). Sum of RGB (Red+Green+Blue) = 243+137+96=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F38960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38960 is #0C769F. Grayscale: #A4A4A4. Windows color (decimal): -816800 or 6326771. OLE color: 6326771.
HSL color Cylindrical-coordinate representation of color #F38960: hue angle of 16.73º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F38960 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 96 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.05 |
| HSL | 16.73º | 0.86% | 0.66% | - |
| HSV(B) | 16.73º | 0.6% | 0.95% | - |
| XYZ | 48.02 | 37.79 | 15.83 | - |
| YUV | 164.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 96 | 0 | 0.44 | 0.60 | 0.05 | 16.73 | 0.86 | 0.66 |
| Hex | F3 | 89 | 60 | 0 | 2C | 3C | 5 | 11 | 56 | 42 |
| Octal | 363 | 211 | 140 | 0 | 54 | 74 | 5 | 21 | 126 | 102 |
| Binary | 11110011 | 10001001 | 1100000 | 0 | 101100 | 111100 | 101 | 10001 | 1010110 | 1000010 |
Color Harmonies of #F38960
Complementary color
Monochromatic Colors of #F38960
Black with #F38960
Text Example
Text Example
White with #F38960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38960; }
p { color: rgb(243,137,96); }
H1.HeaderClassName
{
color: #F38960;
}
.AnyTagClassName
{
color: #F38960;
}
</style>
background-color css
<style>
a { background-color: #F38960; }
a { background-color: rgb(243,137,96); }
div.DivClassName
{
background-color: #F38960;
}
.BgClassName
{
background-color: #F38960;
}
</style>
border-color css
<style>
span { border-color: #F38960; }
span { border-color: rgb(243,137,96); }
td.TdClassName
{
border-color: #F38960;
}
.TagClassName
{
border-color: #F38960;
}
</style>