Shades of Crusta #F18A52
Tints of Crusta #F18A52
RGB
CMYK
RGB Variations
Color information
#F18A52 (or 0xF18A52) is known color: Crusta. HEX triplet: F1, 8A and 52. RGB value is (241,138,82). Sum of RGB (Red+Green+Blue) = 241+138+82=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A52 is #0E75AD. Grayscale: #A2A2A2. Windows color (decimal): -947630 or 5409521. OLE color: 5409521.
HSL color Cylindrical-coordinate representation of color #F18A52: hue angle of 21.13º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18A52 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 82 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.05 |
| HSL | 21.13º | 0.85% | 0.63% | - |
| HSV(B) | 21.13º | 0.66% | 0.95% | - |
| XYZ | 46.89 | 37.49 | 12.75 | - |
| YUV | 162.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 82 | 0 | 0.43 | 0.66 | 0.05 | 21.13 | 0.85 | 0.63 |
| Hex | F1 | 8A | 52 | 0 | 2B | 42 | 5 | 15 | 55 | 3F |
| Octal | 361 | 212 | 122 | 0 | 53 | 102 | 5 | 25 | 125 | 77 |
| Binary | 11110001 | 10001010 | 1010010 | 0 | 101011 | 1000010 | 101 | 10101 | 1010101 | 111111 |
Color Harmonies of #F18A52
Complementary color
Monochromatic Colors of #F18A52
Black with #F18A52
Text Example
Text Example
White with #F18A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A52; }
p { color: rgb(241,138,82); }
H1.HeaderClassName
{
color: #F18A52;
}
.AnyTagClassName
{
color: #F18A52;
}
</style>
background-color css
<style>
a { background-color: #F18A52; }
a { background-color: rgb(241,138,82); }
div.DivClassName
{
background-color: #F18A52;
}
.BgClassName
{
background-color: #F18A52;
}
</style>
border-color css
<style>
span { border-color: #F18A52; }
span { border-color: rgb(241,138,82); }
td.TdClassName
{
border-color: #F18A52;
}
.TagClassName
{
border-color: #F18A52;
}
</style>