Shades of Crusta #FA8C5B
Tints of Crusta #FA8C5B
RGB
CMYK
RGB Variations
Color information
#FA8C5B (or 0xFA8C5B) is known color: Crusta. HEX triplet: FA, 8C and 5B. RGB value is (250,140,91). Sum of RGB (Red+Green+Blue) = 250+140+91=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C5B is #0573A4. Grayscale: #A7A7A7. Windows color (decimal): -357285 or 5999866. OLE color: 5999866.
HSL color Cylindrical-coordinate representation of color #FA8C5B: hue angle of 18.49º 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 #FA8C5B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 91 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 18.49º | 0.94% | 0.67% | - |
| HSV(B) | 18.49º | 0.64% | 0.98% | - |
| XYZ | 50.69 | 39.84 | 14.91 | - |
| YUV | 167.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 91 | 0 | 0.44 | 0.64 | 0.02 | 18.49 | 0.94 | 0.67 |
| Hex | FA | 8C | 5B | 0 | 2C | 40 | 2 | 12 | 5E | 43 |
| Octal | 372 | 214 | 133 | 0 | 54 | 100 | 2 | 22 | 136 | 103 |
| Binary | 11111010 | 10001100 | 1011011 | 0 | 101100 | 1000000 | 10 | 10010 | 1011110 | 1000011 |
Color Harmonies of #FA8C5B
Complementary color
Monochromatic Colors of #FA8C5B
Black with #FA8C5B
Text Example
Text Example
White with #FA8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C5B; }
p { color: rgb(250,140,91); }
H1.HeaderClassName
{
color: #FA8C5B;
}
.AnyTagClassName
{
color: #FA8C5B;
}
</style>
background-color css
<style>
a { background-color: #FA8C5B; }
a { background-color: rgb(250,140,91); }
div.DivClassName
{
background-color: #FA8C5B;
}
.BgClassName
{
background-color: #FA8C5B;
}
</style>
border-color css
<style>
span { border-color: #FA8C5B; }
span { border-color: rgb(250,140,91); }
td.TdClassName
{
border-color: #FA8C5B;
}
.TagClassName
{
border-color: #FA8C5B;
}
</style>