Shades of Crusta #FA8657
Tints of Crusta #FA8657
RGB
CMYK
RGB Variations
Color information
#FA8657 (or 0xFA8657) is known color: Crusta. HEX triplet: FA, 86 and 57. RGB value is (250,134,87). Sum of RGB (Red+Green+Blue) = 250+134+87=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8657 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8657 is #0579A8. Grayscale: #A3A3A3. Windows color (decimal): -358825 or 5736186. OLE color: 5736186.
HSL color Cylindrical-coordinate representation of color #FA8657: hue angle of 17.3º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA8657 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 87 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.02 |
| HSL | 17.3º | 0.94% | 0.66% | - |
| HSV(B) | 17.3º | 0.65% | 0.98% | - |
| XYZ | 49.67 | 38.06 | 13.75 | - |
| YUV | 163.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 87 | 0 | 0.46 | 0.65 | 0.02 | 17.3 | 0.94 | 0.66 |
| Hex | FA | 86 | 57 | 0 | 2E | 41 | 2 | 11 | 5E | 42 |
| Octal | 372 | 206 | 127 | 0 | 56 | 101 | 2 | 21 | 136 | 102 |
| Binary | 11111010 | 10000110 | 1010111 | 0 | 101110 | 1000001 | 10 | 10001 | 1011110 | 1000010 |
Color Harmonies of #FA8657
Complementary color
Monochromatic Colors of #FA8657
Black with #FA8657
Text Example
Text Example
White with #FA8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8657; }
p { color: rgb(250,134,87); }
H1.HeaderClassName
{
color: #FA8657;
}
.AnyTagClassName
{
color: #FA8657;
}
</style>
background-color css
<style>
a { background-color: #FA8657; }
a { background-color: rgb(250,134,87); }
div.DivClassName
{
background-color: #FA8657;
}
.BgClassName
{
background-color: #FA8657;
}
</style>
border-color css
<style>
span { border-color: #FA8657; }
span { border-color: rgb(250,134,87); }
td.TdClassName
{
border-color: #FA8657;
}
.TagClassName
{
border-color: #FA8657;
}
</style>