Shades of Crusta #FA8653
Tints of Crusta #FA8653
RGB
CMYK
RGB Variations
Color information
#FA8653 (or 0xFA8653) is known color: Crusta. HEX triplet: FA, 86 and 53. RGB value is (250,134,83). Sum of RGB (Red+Green+Blue) = 250+134+83=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8653 is #0579AC. Grayscale: #A3A3A3. Windows color (decimal): -358829 or 5474042. OLE color: 5474042.
HSL color Cylindrical-coordinate representation of color #FA8653: hue angle of 18.32º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA8653 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 83 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.02 |
| HSL | 18.32º | 0.94% | 0.65% | - |
| HSV(B) | 18.32º | 0.67% | 0.98% | - |
| XYZ | 49.51 | 38 | 12.91 | - |
| YUV | 162.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 83 | 0 | 0.46 | 0.67 | 0.02 | 18.32 | 0.94 | 0.65 |
| Hex | FA | 86 | 53 | 0 | 2E | 43 | 2 | 12 | 5E | 41 |
| Octal | 372 | 206 | 123 | 0 | 56 | 103 | 2 | 22 | 136 | 101 |
| Binary | 11111010 | 10000110 | 1010011 | 0 | 101110 | 1000011 | 10 | 10010 | 1011110 | 1000001 |
Color Harmonies of #FA8653
Complementary color
Monochromatic Colors of #FA8653
Black with #FA8653
Text Example
Text Example
White with #FA8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8653; }
p { color: rgb(250,134,83); }
H1.HeaderClassName
{
color: #FA8653;
}
.AnyTagClassName
{
color: #FA8653;
}
</style>
background-color css
<style>
a { background-color: #FA8653; }
a { background-color: rgb(250,134,83); }
div.DivClassName
{
background-color: #FA8653;
}
.BgClassName
{
background-color: #FA8653;
}
</style>
border-color css
<style>
span { border-color: #FA8653; }
span { border-color: rgb(250,134,83); }
td.TdClassName
{
border-color: #FA8653;
}
.TagClassName
{
border-color: #FA8653;
}
</style>