Shades of Crusta #FA8962
Tints of Crusta #FA8962
RGB
CMYK
RGB Variations
Color information
#FA8962 (or 0xFA8962) is known color: Crusta. HEX triplet: FA, 89 and 62. RGB value is (250,137,98). Sum of RGB (Red+Green+Blue) = 250+137+98=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8962 is #05769D. Grayscale: #A6A6A6. Windows color (decimal): -358046 or 6457850. OLE color: 6457850.
HSL color Cylindrical-coordinate representation of color #FA8962: hue angle of 15.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA8962 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 98 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.02 |
| HSL | 15.39º | 0.94% | 0.68% | - |
| HSV(B) | 15.39º | 0.61% | 0.98% | - |
| XYZ | 50.57 | 39.1 | 16.44 | - |
| YUV | 166.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 98 | 0 | 0.45 | 0.61 | 0.02 | 15.39 | 0.94 | 0.68 |
| Hex | FA | 89 | 62 | 0 | 2D | 3D | 2 | F | 5E | 44 |
| Octal | 372 | 211 | 142 | 0 | 55 | 75 | 2 | 17 | 136 | 104 |
| Binary | 11111010 | 10001001 | 1100010 | 0 | 101101 | 111101 | 10 | 1111 | 1011110 | 1000100 |
Color Harmonies of #FA8962
Complementary color
Monochromatic Colors of #FA8962
Black with #FA8962
Text Example
Text Example
White with #FA8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8962; }
p { color: rgb(250,137,98); }
H1.HeaderClassName
{
color: #FA8962;
}
.AnyTagClassName
{
color: #FA8962;
}
</style>
background-color css
<style>
a { background-color: #FA8962; }
a { background-color: rgb(250,137,98); }
div.DivClassName
{
background-color: #FA8962;
}
.BgClassName
{
background-color: #FA8962;
}
</style>
border-color css
<style>
span { border-color: #FA8962; }
span { border-color: rgb(250,137,98); }
td.TdClassName
{
border-color: #FA8962;
}
.TagClassName
{
border-color: #FA8962;
}
</style>