Shades of Crusta #FA8D4E
Tints of Crusta #FA8D4E
RGB
CMYK
RGB Variations
Color information
#FA8D4E (or 0xFA8D4E) is known color: Crusta. HEX triplet: FA, 8D and 4E. RGB value is (250,141,78). Sum of RGB (Red+Green+Blue) = 250+141+78=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D4E is #0572B1. Grayscale: #A6A6A6. Windows color (decimal): -357042 or 5148154. OLE color: 5148154.
HSL color Cylindrical-coordinate representation of color #FA8D4E: hue angle of 21.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA8D4E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 78 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.98º | 0.95% | 0.64% | - |
| HSV(B) | 21.98º | 0.69% | 0.98% | - |
| XYZ | 50.32 | 39.92 | 12.26 | - |
| YUV | 166.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 78 | 0 | 0.44 | 0.69 | 0.02 | 21.98 | 0.95 | 0.64 |
| Hex | FA | 8D | 4E | 0 | 2C | 45 | 2 | 16 | 5F | 40 |
| Octal | 372 | 215 | 116 | 0 | 54 | 105 | 2 | 26 | 137 | 100 |
| Binary | 11111010 | 10001101 | 1001110 | 0 | 101100 | 1000101 | 10 | 10110 | 1011111 | 1000000 |
Color Harmonies of #FA8D4E
Complementary color
Monochromatic Colors of #FA8D4E
Black with #FA8D4E
Text Example
Text Example
White with #FA8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D4E; }
p { color: rgb(250,141,78); }
H1.HeaderClassName
{
color: #FA8D4E;
}
.AnyTagClassName
{
color: #FA8D4E;
}
</style>
background-color css
<style>
a { background-color: #FA8D4E; }
a { background-color: rgb(250,141,78); }
div.DivClassName
{
background-color: #FA8D4E;
}
.BgClassName
{
background-color: #FA8D4E;
}
</style>
border-color css
<style>
span { border-color: #FA8D4E; }
span { border-color: rgb(250,141,78); }
td.TdClassName
{
border-color: #FA8D4E;
}
.TagClassName
{
border-color: #FA8D4E;
}
</style>