Shades of Crusta #FA8A5D
Tints of Crusta #FA8A5D
RGB
CMYK
RGB Variations
Color information
#FA8A5D (or 0xFA8A5D) is known color: Crusta. HEX triplet: FA, 8A and 5D. RGB value is (250,138,93). Sum of RGB (Red+Green+Blue) = 250+138+93=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A5D is #0575A2. Grayscale: #A6A6A6. Windows color (decimal): -357795 or 6130426. OLE color: 6130426.
HSL color Cylindrical-coordinate representation of color #FA8A5D: hue angle of 17.2º 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 #FA8A5D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 93 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.2º | 0.94% | 0.67% | - |
| HSV(B) | 17.2º | 0.63% | 0.98% | - |
| XYZ | 50.49 | 39.29 | 15.28 | - |
| YUV | 166.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 93 | 0 | 0.45 | 0.63 | 0.02 | 17.2 | 0.94 | 0.67 |
| Hex | FA | 8A | 5D | 0 | 2D | 3F | 2 | 11 | 5E | 43 |
| Octal | 372 | 212 | 135 | 0 | 55 | 77 | 2 | 21 | 136 | 103 |
| Binary | 11111010 | 10001010 | 1011101 | 0 | 101101 | 111111 | 10 | 10001 | 1011110 | 1000011 |
Color Harmonies of #FA8A5D
Complementary color
Monochromatic Colors of #FA8A5D
Black with #FA8A5D
Text Example
Text Example
White with #FA8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A5D; }
p { color: rgb(250,138,93); }
H1.HeaderClassName
{
color: #FA8A5D;
}
.AnyTagClassName
{
color: #FA8A5D;
}
</style>
background-color css
<style>
a { background-color: #FA8A5D; }
a { background-color: rgb(250,138,93); }
div.DivClassName
{
background-color: #FA8A5D;
}
.BgClassName
{
background-color: #FA8A5D;
}
</style>
border-color css
<style>
span { border-color: #FA8A5D; }
span { border-color: rgb(250,138,93); }
td.TdClassName
{
border-color: #FA8A5D;
}
.TagClassName
{
border-color: #FA8A5D;
}
</style>