Shades of Crusta #FA8E4E
Tints of Crusta #FA8E4E
RGB
CMYK
RGB Variations
Color information
#FA8E4E (or 0xFA8E4E) is known color: Crusta. HEX triplet: FA, 8E and 4E. RGB value is (250,142,78). Sum of RGB (Red+Green+Blue) = 250+142+78=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E4E is #0571B1. Grayscale: #A7A7A7. Windows color (decimal): -356786 or 5148410. OLE color: 5148410.
HSL color Cylindrical-coordinate representation of color #FA8E4E: hue angle of 22.33º 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 #FA8E4E is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 78 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.02 |
| HSL | 22.33º | 0.95% | 0.64% | - |
| HSV(B) | 22.33º | 0.69% | 0.98% | - |
| XYZ | 50.47 | 40.22 | 12.31 | - |
| YUV | 167 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 78 | 0 | 0.43 | 0.69 | 0.02 | 22.33 | 0.95 | 0.64 |
| Hex | FA | 8E | 4E | 0 | 2B | 45 | 2 | 16 | 5F | 40 |
| Octal | 372 | 216 | 116 | 0 | 53 | 105 | 2 | 26 | 137 | 100 |
| Binary | 11111010 | 10001110 | 1001110 | 0 | 101011 | 1000101 | 10 | 10110 | 1011111 | 1000000 |
Color Harmonies of #FA8E4E
Complementary color
Monochromatic Colors of #FA8E4E
Black with #FA8E4E
Text Example
Text Example
White with #FA8E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E4E; }
p { color: rgb(250,142,78); }
H1.HeaderClassName
{
color: #FA8E4E;
}
.AnyTagClassName
{
color: #FA8E4E;
}
</style>
background-color css
<style>
a { background-color: #FA8E4E; }
a { background-color: rgb(250,142,78); }
div.DivClassName
{
background-color: #FA8E4E;
}
.BgClassName
{
background-color: #FA8E4E;
}
</style>
border-color css
<style>
span { border-color: #FA8E4E; }
span { border-color: rgb(250,142,78); }
td.TdClassName
{
border-color: #FA8E4E;
}
.TagClassName
{
border-color: #FA8E4E;
}
</style>