Shades of Crusta #FA8A5E
Tints of Crusta #FA8A5E
RGB
CMYK
RGB Variations
Color information
#FA8A5E (or 0xFA8A5E) is known color: Crusta. HEX triplet: FA, 8A and 5E. RGB value is (250,138,94). Sum of RGB (Red+Green+Blue) = 250+138+94=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A5E is #0575A1. Grayscale: #A6A6A6. Windows color (decimal): -357794 or 6195962. OLE color: 6195962.
HSL color Cylindrical-coordinate representation of color #FA8A5E: hue angle of 16.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA8A5E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 94 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.02 |
| HSL | 16.92º | 0.94% | 0.67% | - |
| HSV(B) | 16.92º | 0.62% | 0.98% | - |
| XYZ | 50.53 | 39.31 | 15.51 | - |
| YUV | 166.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 94 | 0 | 0.45 | 0.62 | 0.02 | 16.92 | 0.94 | 0.67 |
| Hex | FA | 8A | 5E | 0 | 2D | 3E | 2 | 11 | 5E | 43 |
| Octal | 372 | 212 | 136 | 0 | 55 | 76 | 2 | 21 | 136 | 103 |
| Binary | 11111010 | 10001010 | 1011110 | 0 | 101101 | 111110 | 10 | 10001 | 1011110 | 1000011 |
Color Harmonies of #FA8A5E
Complementary color
Monochromatic Colors of #FA8A5E
Black with #FA8A5E
Text Example
Text Example
White with #FA8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A5E; }
p { color: rgb(250,138,94); }
H1.HeaderClassName
{
color: #FA8A5E;
}
.AnyTagClassName
{
color: #FA8A5E;
}
</style>
background-color css
<style>
a { background-color: #FA8A5E; }
a { background-color: rgb(250,138,94); }
div.DivClassName
{
background-color: #FA8A5E;
}
.BgClassName
{
background-color: #FA8A5E;
}
</style>
border-color css
<style>
span { border-color: #FA8A5E; }
span { border-color: rgb(250,138,94); }
td.TdClassName
{
border-color: #FA8A5E;
}
.TagClassName
{
border-color: #FA8A5E;
}
</style>