Shades of Crusta #FA8B5E
Tints of Crusta #FA8B5E
RGB
CMYK
RGB Variations
Color information
#FA8B5E (or 0xFA8B5E) is known color: Crusta. HEX triplet: FA, 8B and 5E. RGB value is (250,139,94). Sum of RGB (Red+Green+Blue) = 250+139+94=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8B5E is #0574A1. Grayscale: #A7A7A7. Windows color (decimal): -357538 or 6196218. OLE color: 6196218.
HSL color Cylindrical-coordinate representation of color #FA8B5E: hue angle of 17.31º 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 #FA8B5E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 94 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.02 |
| HSL | 17.31º | 0.94% | 0.67% | - |
| HSV(B) | 17.31º | 0.62% | 0.98% | - |
| XYZ | 50.68 | 39.6 | 15.56 | - |
| YUV | 167.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 94 | 0 | 0.44 | 0.62 | 0.02 | 17.31 | 0.94 | 0.67 |
| Hex | FA | 8B | 5E | 0 | 2C | 3E | 2 | 11 | 5E | 43 |
| Octal | 372 | 213 | 136 | 0 | 54 | 76 | 2 | 21 | 136 | 103 |
| Binary | 11111010 | 10001011 | 1011110 | 0 | 101100 | 111110 | 10 | 10001 | 1011110 | 1000011 |
Color Harmonies of #FA8B5E
Complementary color
Monochromatic Colors of #FA8B5E
Black with #FA8B5E
Text Example
Text Example
White with #FA8B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8B5E; }
p { color: rgb(250,139,94); }
H1.HeaderClassName
{
color: #FA8B5E;
}
.AnyTagClassName
{
color: #FA8B5E;
}
</style>
background-color css
<style>
a { background-color: #FA8B5E; }
a { background-color: rgb(250,139,94); }
div.DivClassName
{
background-color: #FA8B5E;
}
.BgClassName
{
background-color: #FA8B5E;
}
</style>
border-color css
<style>
span { border-color: #FA8B5E; }
span { border-color: rgb(250,139,94); }
td.TdClassName
{
border-color: #FA8B5E;
}
.TagClassName
{
border-color: #FA8B5E;
}
</style>