Shades of Crusta #FA8D4A
Tints of Crusta #FA8D4A
RGB
CMYK
RGB Variations
Color information
#FA8D4A (or 0xFA8D4A) is known color: Crusta. HEX triplet: FA, 8D and 4A. RGB value is (250,141,74). Sum of RGB (Red+Green+Blue) = 250+141+74=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D4A is #0572B5. Grayscale: #A6A6A6. Windows color (decimal): -357046 or 4886010. OLE color: 4886010.
HSL color Cylindrical-coordinate representation of color #FA8D4A: hue angle of 22.84º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA8D4A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 74 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.02 |
| HSL | 22.84º | 0.95% | 0.64% | - |
| HSV(B) | 22.84º | 0.7% | 0.98% | - |
| XYZ | 50.19 | 39.87 | 11.53 | - |
| YUV | 165.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 74 | 0 | 0.44 | 0.70 | 0.02 | 22.84 | 0.95 | 0.64 |
| Hex | FA | 8D | 4A | 0 | 2C | 46 | 2 | 17 | 5F | 40 |
| Octal | 372 | 215 | 112 | 0 | 54 | 106 | 2 | 27 | 137 | 100 |
| Binary | 11111010 | 10001101 | 1001010 | 0 | 101100 | 1000110 | 10 | 10111 | 1011111 | 1000000 |
Color Harmonies of #FA8D4A
Complementary color
Monochromatic Colors of #FA8D4A
Black with #FA8D4A
Text Example
Text Example
White with #FA8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D4A; }
p { color: rgb(250,141,74); }
H1.HeaderClassName
{
color: #FA8D4A;
}
.AnyTagClassName
{
color: #FA8D4A;
}
</style>
background-color css
<style>
a { background-color: #FA8D4A; }
a { background-color: rgb(250,141,74); }
div.DivClassName
{
background-color: #FA8D4A;
}
.BgClassName
{
background-color: #FA8D4A;
}
</style>
border-color css
<style>
span { border-color: #FA8D4A; }
span { border-color: rgb(250,141,74); }
td.TdClassName
{
border-color: #FA8D4A;
}
.TagClassName
{
border-color: #FA8D4A;
}
</style>