Shades of Crusta #FA8D5A
Tints of Crusta #FA8D5A
RGB
CMYK
RGB Variations
Color information
#FA8D5A (or 0xFA8D5A) is known color: Crusta. HEX triplet: FA, 8D and 5A. RGB value is (250,141,90). Sum of RGB (Red+Green+Blue) = 250+141+90=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D5A is #0572A5. Grayscale: #A8A8A8. Windows color (decimal): -357030 or 5934586. OLE color: 5934586.
HSL color Cylindrical-coordinate representation of color #FA8D5A: hue angle of 19.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA8D5A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 90 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 19.13º | 0.94% | 0.67% | - |
| HSV(B) | 19.13º | 0.64% | 0.98% | - |
| XYZ | 50.79 | 40.11 | 14.74 | - |
| YUV | 167.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 90 | 0 | 0.44 | 0.64 | 0.02 | 19.13 | 0.94 | 0.67 |
| Hex | FA | 8D | 5A | 0 | 2C | 40 | 2 | 13 | 5E | 43 |
| Octal | 372 | 215 | 132 | 0 | 54 | 100 | 2 | 23 | 136 | 103 |
| Binary | 11111010 | 10001101 | 1011010 | 0 | 101100 | 1000000 | 10 | 10011 | 1011110 | 1000011 |
Color Harmonies of #FA8D5A
Complementary color
Monochromatic Colors of #FA8D5A
Black with #FA8D5A
Text Example
Text Example
White with #FA8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D5A; }
p { color: rgb(250,141,90); }
H1.HeaderClassName
{
color: #FA8D5A;
}
.AnyTagClassName
{
color: #FA8D5A;
}
</style>
background-color css
<style>
a { background-color: #FA8D5A; }
a { background-color: rgb(250,141,90); }
div.DivClassName
{
background-color: #FA8D5A;
}
.BgClassName
{
background-color: #FA8D5A;
}
</style>
border-color css
<style>
span { border-color: #FA8D5A; }
span { border-color: rgb(250,141,90); }
td.TdClassName
{
border-color: #FA8D5A;
}
.TagClassName
{
border-color: #FA8D5A;
}
</style>