Shades of Crusta #FA855F
Tints of Crusta #FA855F
RGB
CMYK
RGB Variations
Color information
#FA855F (or 0xFA855F) is known color: Crusta. HEX triplet: FA, 85 and 5F. RGB value is (250,133,95). Sum of RGB (Red+Green+Blue) = 250+133+95=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA855F is #057AA0. Grayscale: #A3A3A3. Windows color (decimal): -359073 or 6260218. OLE color: 6260218.
HSL color Cylindrical-coordinate representation of color #FA855F: hue angle of 14.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA855F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 95 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.02 |
| HSL | 14.71º | 0.94% | 0.68% | - |
| HSV(B) | 14.71º | 0.62% | 0.98% | - |
| XYZ | 49.88 | 37.93 | 15.52 | - |
| YUV | 163.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 95 | 0 | 0.47 | 0.62 | 0.02 | 14.71 | 0.94 | 0.68 |
| Hex | FA | 85 | 5F | 0 | 2F | 3E | 2 | F | 5E | 44 |
| Octal | 372 | 205 | 137 | 0 | 57 | 76 | 2 | 17 | 136 | 104 |
| Binary | 11111010 | 10000101 | 1011111 | 0 | 101111 | 111110 | 10 | 1111 | 1011110 | 1000100 |
Color Harmonies of #FA855F
Complementary color
Monochromatic Colors of #FA855F
Black with #FA855F
Text Example
Text Example
White with #FA855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA855F; }
p { color: rgb(250,133,95); }
H1.HeaderClassName
{
color: #FA855F;
}
.AnyTagClassName
{
color: #FA855F;
}
</style>
background-color css
<style>
a { background-color: #FA855F; }
a { background-color: rgb(250,133,95); }
div.DivClassName
{
background-color: #FA855F;
}
.BgClassName
{
background-color: #FA855F;
}
</style>
border-color css
<style>
span { border-color: #FA855F; }
span { border-color: rgb(250,133,95); }
td.TdClassName
{
border-color: #FA855F;
}
.TagClassName
{
border-color: #FA855F;
}
</style>