Shades of Crusta #FA855D
Tints of Crusta #FA855D
RGB
CMYK
RGB Variations
Color information
#FA855D (or 0xFA855D) is known color: Crusta. HEX triplet: FA, 85 and 5D. RGB value is (250,133,93). Sum of RGB (Red+Green+Blue) = 250+133+93=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA855D is #057AA2. Grayscale: #A3A3A3. Windows color (decimal): -359075 or 6129146. OLE color: 6129146.
HSL color Cylindrical-coordinate representation of color #FA855D: hue angle of 15.29º 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 #FA855D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 93 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.02 |
| HSL | 15.29º | 0.94% | 0.67% | - |
| HSV(B) | 15.29º | 0.63% | 0.98% | - |
| XYZ | 49.79 | 37.89 | 15.05 | - |
| YUV | 163.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 93 | 0 | 0.47 | 0.63 | 0.02 | 15.29 | 0.94 | 0.67 |
| Hex | FA | 85 | 5D | 0 | 2F | 3F | 2 | F | 5E | 43 |
| Octal | 372 | 205 | 135 | 0 | 57 | 77 | 2 | 17 | 136 | 103 |
| Binary | 11111010 | 10000101 | 1011101 | 0 | 101111 | 111111 | 10 | 1111 | 1011110 | 1000011 |
Color Harmonies of #FA855D
Complementary color
Monochromatic Colors of #FA855D
Black with #FA855D
Text Example
Text Example
White with #FA855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA855D; }
p { color: rgb(250,133,93); }
H1.HeaderClassName
{
color: #FA855D;
}
.AnyTagClassName
{
color: #FA855D;
}
</style>
background-color css
<style>
a { background-color: #FA855D; }
a { background-color: rgb(250,133,93); }
div.DivClassName
{
background-color: #FA855D;
}
.BgClassName
{
background-color: #FA855D;
}
</style>
border-color css
<style>
span { border-color: #FA855D; }
span { border-color: rgb(250,133,93); }
td.TdClassName
{
border-color: #FA855D;
}
.TagClassName
{
border-color: #FA855D;
}
</style>