Shades of Crusta #FA8C52
Tints of Crusta #FA8C52
RGB
CMYK
RGB Variations
Color information
#FA8C52 (or 0xFA8C52) is known color: Crusta. HEX triplet: FA, 8C and 52. RGB value is (250,140,82). Sum of RGB (Red+Green+Blue) = 250+140+82=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C52 is #0573AD. Grayscale: #A6A6A6. Windows color (decimal): -357294 or 5410042. OLE color: 5410042.
HSL color Cylindrical-coordinate representation of color #FA8C52: hue angle of 20.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA8C52 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 82 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.02 |
| HSL | 20.71º | 0.94% | 0.65% | - |
| HSV(B) | 20.71º | 0.67% | 0.98% | - |
| XYZ | 50.33 | 39.69 | 12.99 | - |
| YUV | 166.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 82 | 0 | 0.44 | 0.67 | 0.02 | 20.71 | 0.94 | 0.65 |
| Hex | FA | 8C | 52 | 0 | 2C | 43 | 2 | 15 | 5E | 41 |
| Octal | 372 | 214 | 122 | 0 | 54 | 103 | 2 | 25 | 136 | 101 |
| Binary | 11111010 | 10001100 | 1010010 | 0 | 101100 | 1000011 | 10 | 10101 | 1011110 | 1000001 |
Color Harmonies of #FA8C52
Complementary color
Monochromatic Colors of #FA8C52
Black with #FA8C52
Text Example
Text Example
White with #FA8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C52; }
p { color: rgb(250,140,82); }
H1.HeaderClassName
{
color: #FA8C52;
}
.AnyTagClassName
{
color: #FA8C52;
}
</style>
background-color css
<style>
a { background-color: #FA8C52; }
a { background-color: rgb(250,140,82); }
div.DivClassName
{
background-color: #FA8C52;
}
.BgClassName
{
background-color: #FA8C52;
}
</style>
border-color css
<style>
span { border-color: #FA8C52; }
span { border-color: rgb(250,140,82); }
td.TdClassName
{
border-color: #FA8C52;
}
.TagClassName
{
border-color: #FA8C52;
}
</style>