Shades of Crusta #FA8A4E
Tints of Crusta #FA8A4E
RGB
CMYK
RGB Variations
Color information
#FA8A4E (or 0xFA8A4E) is known color: Crusta. HEX triplet: FA, 8A and 4E. RGB value is (250,138,78). Sum of RGB (Red+Green+Blue) = 250+138+78=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A4E is #0575B1. Grayscale: #A5A5A5. Windows color (decimal): -357810 or 5147386. OLE color: 5147386.
HSL color Cylindrical-coordinate representation of color #FA8A4E: hue angle of 20.93º 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 #FA8A4E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 78 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.02 |
| HSL | 20.93º | 0.95% | 0.64% | - |
| HSV(B) | 20.93º | 0.69% | 0.98% | - |
| XYZ | 49.89 | 39.05 | 12.12 | - |
| YUV | 164.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 78 | 0 | 0.45 | 0.69 | 0.02 | 20.93 | 0.95 | 0.64 |
| Hex | FA | 8A | 4E | 0 | 2D | 45 | 2 | 15 | 5F | 40 |
| Octal | 372 | 212 | 116 | 0 | 55 | 105 | 2 | 25 | 137 | 100 |
| Binary | 11111010 | 10001010 | 1001110 | 0 | 101101 | 1000101 | 10 | 10101 | 1011111 | 1000000 |
Color Harmonies of #FA8A4E
Complementary color
Monochromatic Colors of #FA8A4E
Black with #FA8A4E
Text Example
Text Example
White with #FA8A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A4E; }
p { color: rgb(250,138,78); }
H1.HeaderClassName
{
color: #FA8A4E;
}
.AnyTagClassName
{
color: #FA8A4E;
}
</style>
background-color css
<style>
a { background-color: #FA8A4E; }
a { background-color: rgb(250,138,78); }
div.DivClassName
{
background-color: #FA8A4E;
}
.BgClassName
{
background-color: #FA8A4E;
}
</style>
border-color css
<style>
span { border-color: #FA8A4E; }
span { border-color: rgb(250,138,78); }
td.TdClassName
{
border-color: #FA8A4E;
}
.TagClassName
{
border-color: #FA8A4E;
}
</style>