Shades of Crusta #FA845C
Tints of Crusta #FA845C
RGB
CMYK
RGB Variations
Color information
#FA845C (or 0xFA845C) is known color: Crusta. HEX triplet: FA, 84 and 5C. RGB value is (250,132,92). Sum of RGB (Red+Green+Blue) = 250+132+92=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA845C is #057BA3. Grayscale: #A3A3A3. Windows color (decimal): -359332 or 6063354. OLE color: 6063354.
HSL color Cylindrical-coordinate representation of color #FA845C: hue angle of 15.19º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA845C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 92 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.02 |
| HSL | 15.19º | 0.94% | 0.67% | - |
| HSV(B) | 15.19º | 0.63% | 0.98% | - |
| XYZ | 49.61 | 37.6 | 14.77 | - |
| YUV | 162.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 92 | 0 | 0.47 | 0.63 | 0.02 | 15.19 | 0.94 | 0.67 |
| Hex | FA | 84 | 5C | 0 | 2F | 3F | 2 | F | 5E | 43 |
| Octal | 372 | 204 | 134 | 0 | 57 | 77 | 2 | 17 | 136 | 103 |
| Binary | 11111010 | 10000100 | 1011100 | 0 | 101111 | 111111 | 10 | 1111 | 1011110 | 1000011 |
Color Harmonies of #FA845C
Complementary color
Monochromatic Colors of #FA845C
Black with #FA845C
Text Example
Text Example
White with #FA845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA845C; }
p { color: rgb(250,132,92); }
H1.HeaderClassName
{
color: #FA845C;
}
.AnyTagClassName
{
color: #FA845C;
}
</style>
background-color css
<style>
a { background-color: #FA845C; }
a { background-color: rgb(250,132,92); }
div.DivClassName
{
background-color: #FA845C;
}
.BgClassName
{
background-color: #FA845C;
}
</style>
border-color css
<style>
span { border-color: #FA845C; }
span { border-color: rgb(250,132,92); }
td.TdClassName
{
border-color: #FA845C;
}
.TagClassName
{
border-color: #FA845C;
}
</style>