Shades of Crusta #FA8752
Tints of Crusta #FA8752
RGB
CMYK
RGB Variations
Color information
#FA8752 (or 0xFA8752) is known color: Crusta. HEX triplet: FA, 87 and 52. RGB value is (250,135,82). Sum of RGB (Red+Green+Blue) = 250+135+82=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8752 is #0578AD. Grayscale: #A3A3A3. Windows color (decimal): -358574 or 5408762. OLE color: 5408762.
HSL color Cylindrical-coordinate representation of color #FA8752: hue angle of 18.93º 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 #FA8752 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 82 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.02 |
| HSL | 18.93º | 0.94% | 0.65% | - |
| HSV(B) | 18.93º | 0.67% | 0.98% | - |
| XYZ | 49.61 | 38.26 | 12.75 | - |
| YUV | 163.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 82 | 0 | 0.46 | 0.67 | 0.02 | 18.93 | 0.94 | 0.65 |
| Hex | FA | 87 | 52 | 0 | 2E | 43 | 2 | 13 | 5E | 41 |
| Octal | 372 | 207 | 122 | 0 | 56 | 103 | 2 | 23 | 136 | 101 |
| Binary | 11111010 | 10000111 | 1010010 | 0 | 101110 | 1000011 | 10 | 10011 | 1011110 | 1000001 |
Color Harmonies of #FA8752
Complementary color
Monochromatic Colors of #FA8752
Black with #FA8752
Text Example
Text Example
White with #FA8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8752; }
p { color: rgb(250,135,82); }
H1.HeaderClassName
{
color: #FA8752;
}
.AnyTagClassName
{
color: #FA8752;
}
</style>
background-color css
<style>
a { background-color: #FA8752; }
a { background-color: rgb(250,135,82); }
div.DivClassName
{
background-color: #FA8752;
}
.BgClassName
{
background-color: #FA8752;
}
</style>
border-color css
<style>
span { border-color: #FA8752; }
span { border-color: rgb(250,135,82); }
td.TdClassName
{
border-color: #FA8752;
}
.TagClassName
{
border-color: #FA8752;
}
</style>