Shades of Crusta #FA8C4D
Tints of Crusta #FA8C4D
RGB
CMYK
RGB Variations
Color information
#FA8C4D (or 0xFA8C4D) is known color: Crusta. HEX triplet: FA, 8C and 4D. RGB value is (250,140,77). Sum of RGB (Red+Green+Blue) = 250+140+77=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C4D is #0573B2. Grayscale: #A6A6A6. Windows color (decimal): -357299 or 5082362. OLE color: 5082362.
HSL color Cylindrical-coordinate representation of color #FA8C4D: hue angle of 21.85º 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 #FA8C4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.85º | 0.95% | 0.64% | - |
| HSV(B) | 21.85º | 0.69% | 0.98% | - |
| XYZ | 50.14 | 39.62 | 12.03 | - |
| YUV | 165.71 | 77.94 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 77 | 0 | 0.44 | 0.69 | 0.02 | 21.85 | 0.95 | 0.64 |
| Hex | FA | 8C | 4D | 0 | 2C | 45 | 2 | 16 | 5F | 40 |
| Octal | 372 | 214 | 115 | 0 | 54 | 105 | 2 | 26 | 137 | 100 |
| Binary | 11111010 | 10001100 | 1001101 | 0 | 101100 | 1000101 | 10 | 10110 | 1011111 | 1000000 |
Color Harmonies of #FA8C4D
Complementary color
Monochromatic Colors of #FA8C4D
Black with #FA8C4D
Text Example
Text Example
White with #FA8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C4D; }
p { color: rgb(250,140,77); }
H1.HeaderClassName
{
color: #FA8C4D;
}
.AnyTagClassName
{
color: #FA8C4D;
}
</style>
background-color css
<style>
a { background-color: #FA8C4D; }
a { background-color: rgb(250,140,77); }
div.DivClassName
{
background-color: #FA8C4D;
}
.BgClassName
{
background-color: #FA8C4D;
}
</style>
border-color css
<style>
span { border-color: #FA8C4D; }
span { border-color: rgb(250,140,77); }
td.TdClassName
{
border-color: #FA8C4D;
}
.TagClassName
{
border-color: #FA8C4D;
}
</style>