Shades of Crusta #FA8261
Tints of Crusta #FA8261
RGB
CMYK
RGB Variations
Color information
#FA8261 (or 0xFA8261) is known color: Crusta. HEX triplet: FA, 82 and 61. RGB value is (250,130,97). Sum of RGB (Red+Green+Blue) = 250+130+97=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8261 is #057D9E. Grayscale: #A2A2A2. Windows color (decimal): -359839 or 6390522. OLE color: 6390522.
HSL color Cylindrical-coordinate representation of color #FA8261: hue angle of 12.94º 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 #FA8261 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 97 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.02 |
| HSL | 12.94º | 0.94% | 0.68% | - |
| HSV(B) | 12.94º | 0.61% | 0.98% | - |
| XYZ | 49.56 | 37.15 | 15.87 | - |
| YUV | 162.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 97 | 0 | 0.48 | 0.61 | 0.02 | 12.94 | 0.94 | 0.68 |
| Hex | FA | 82 | 61 | 0 | 30 | 3D | 2 | D | 5E | 44 |
| Octal | 372 | 202 | 141 | 0 | 60 | 75 | 2 | 15 | 136 | 104 |
| Binary | 11111010 | 10000010 | 1100001 | 0 | 110000 | 111101 | 10 | 1101 | 1011110 | 1000100 |
Color Harmonies of #FA8261
Complementary color
Monochromatic Colors of #FA8261
Black with #FA8261
Text Example
Text Example
White with #FA8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8261; }
p { color: rgb(250,130,97); }
H1.HeaderClassName
{
color: #FA8261;
}
.AnyTagClassName
{
color: #FA8261;
}
</style>
background-color css
<style>
a { background-color: #FA8261; }
a { background-color: rgb(250,130,97); }
div.DivClassName
{
background-color: #FA8261;
}
.BgClassName
{
background-color: #FA8261;
}
</style>
border-color css
<style>
span { border-color: #FA8261; }
span { border-color: rgb(250,130,97); }
td.TdClassName
{
border-color: #FA8261;
}
.TagClassName
{
border-color: #FA8261;
}
</style>