Shades of Crusta #FA8D4F
Tints of Crusta #FA8D4F
RGB
CMYK
RGB Variations
Color information
#FA8D4F (or 0xFA8D4F) is known color: Crusta. HEX triplet: FA, 8D and 4F. RGB value is (250,141,79). Sum of RGB (Red+Green+Blue) = 250+141+79=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D4F is #0572B0. Grayscale: #A6A6A6. Windows color (decimal): -357041 or 5213690. OLE color: 5213690.
HSL color Cylindrical-coordinate representation of color #FA8D4F: hue angle of 21.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA8D4F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 79 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.02 |
| HSL | 21.75º | 0.94% | 0.65% | - |
| HSV(B) | 21.75º | 0.68% | 0.98% | - |
| XYZ | 50.36 | 39.94 | 12.45 | - |
| YUV | 166.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 79 | 0 | 0.44 | 0.68 | 0.02 | 21.75 | 0.94 | 0.65 |
| Hex | FA | 8D | 4F | 0 | 2C | 44 | 2 | 16 | 5E | 41 |
| Octal | 372 | 215 | 117 | 0 | 54 | 104 | 2 | 26 | 136 | 101 |
| Binary | 11111010 | 10001101 | 1001111 | 0 | 101100 | 1000100 | 10 | 10110 | 1011110 | 1000001 |
Color Harmonies of #FA8D4F
Complementary color
Monochromatic Colors of #FA8D4F
Black with #FA8D4F
Text Example
Text Example
White with #FA8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D4F; }
p { color: rgb(250,141,79); }
H1.HeaderClassName
{
color: #FA8D4F;
}
.AnyTagClassName
{
color: #FA8D4F;
}
</style>
background-color css
<style>
a { background-color: #FA8D4F; }
a { background-color: rgb(250,141,79); }
div.DivClassName
{
background-color: #FA8D4F;
}
.BgClassName
{
background-color: #FA8D4F;
}
</style>
border-color css
<style>
span { border-color: #FA8D4F; }
span { border-color: rgb(250,141,79); }
td.TdClassName
{
border-color: #FA8D4F;
}
.TagClassName
{
border-color: #FA8D4F;
}
</style>