Shades of Crusta #FA894C
Tints of Crusta #FA894C
RGB
CMYK
RGB Variations
Color information
#FA894C (or 0xFA894C) is known color: Crusta. HEX triplet: FA, 89 and 4C. RGB value is (250,137,76). Sum of RGB (Red+Green+Blue) = 250+137+76=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA894C is #0576B3. Grayscale: #A4A4A4. Windows color (decimal): -358068 or 5016058. OLE color: 5016058.
HSL color Cylindrical-coordinate representation of color #FA894C: hue angle of 21.03º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA894C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 76 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.02 |
| HSL | 21.03º | 0.95% | 0.64% | - |
| HSV(B) | 21.03º | 0.7% | 0.98% | - |
| XYZ | 49.67 | 38.74 | 11.7 | - |
| YUV | 163.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 76 | 0 | 0.45 | 0.70 | 0.02 | 21.03 | 0.95 | 0.64 |
| Hex | FA | 89 | 4C | 0 | 2D | 46 | 2 | 15 | 5F | 40 |
| Octal | 372 | 211 | 114 | 0 | 55 | 106 | 2 | 25 | 137 | 100 |
| Binary | 11111010 | 10001001 | 1001100 | 0 | 101101 | 1000110 | 10 | 10101 | 1011111 | 1000000 |
Color Harmonies of #FA894C
Complementary color
Monochromatic Colors of #FA894C
Black with #FA894C
Text Example
Text Example
White with #FA894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA894C; }
p { color: rgb(250,137,76); }
H1.HeaderClassName
{
color: #FA894C;
}
.AnyTagClassName
{
color: #FA894C;
}
</style>
background-color css
<style>
a { background-color: #FA894C; }
a { background-color: rgb(250,137,76); }
div.DivClassName
{
background-color: #FA894C;
}
.BgClassName
{
background-color: #FA894C;
}
</style>
border-color css
<style>
span { border-color: #FA894C; }
span { border-color: rgb(250,137,76); }
td.TdClassName
{
border-color: #FA894C;
}
.TagClassName
{
border-color: #FA894C;
}
</style>