Shades of Crusta #FA855B
Tints of Crusta #FA855B
RGB
CMYK
RGB Variations
Color information
#FA855B (or 0xFA855B) is known color: Crusta. HEX triplet: FA, 85 and 5B. RGB value is (250,133,91). Sum of RGB (Red+Green+Blue) = 250+133+91=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA855B is #057AA4. Grayscale: #A3A3A3. Windows color (decimal): -359077 or 5998074. OLE color: 5998074.
HSL color Cylindrical-coordinate representation of color #FA855B: hue angle of 15.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA855B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 91 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.02 |
| HSL | 15.85º | 0.94% | 0.67% | - |
| HSV(B) | 15.85º | 0.64% | 0.98% | - |
| XYZ | 49.7 | 37.85 | 14.58 | - |
| YUV | 163.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 91 | 0 | 0.47 | 0.64 | 0.02 | 15.85 | 0.94 | 0.67 |
| Hex | FA | 85 | 5B | 0 | 2F | 40 | 2 | 10 | 5E | 43 |
| Octal | 372 | 205 | 133 | 0 | 57 | 100 | 2 | 20 | 136 | 103 |
| Binary | 11111010 | 10000101 | 1011011 | 0 | 101111 | 1000000 | 10 | 10000 | 1011110 | 1000011 |
Color Harmonies of #FA855B
Complementary color
Monochromatic Colors of #FA855B
Black with #FA855B
Text Example
Text Example
White with #FA855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA855B; }
p { color: rgb(250,133,91); }
H1.HeaderClassName
{
color: #FA855B;
}
.AnyTagClassName
{
color: #FA855B;
}
</style>
background-color css
<style>
a { background-color: #FA855B; }
a { background-color: rgb(250,133,91); }
div.DivClassName
{
background-color: #FA855B;
}
.BgClassName
{
background-color: #FA855B;
}
</style>
border-color css
<style>
span { border-color: #FA855B; }
span { border-color: rgb(250,133,91); }
td.TdClassName
{
border-color: #FA855B;
}
.TagClassName
{
border-color: #FA855B;
}
</style>