Shades of Crusta #FA885C
Tints of Crusta #FA885C
RGB
CMYK
RGB Variations
Color information
#FA885C (or 0xFA885C) is known color: Crusta. HEX triplet: FA, 88 and 5C. RGB value is (250,136,92). Sum of RGB (Red+Green+Blue) = 250+136+92=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885C is #0577A3. Grayscale: #A5A5A5. Windows color (decimal): -358308 or 6064378. OLE color: 6064378.
HSL color Cylindrical-coordinate representation of color #FA885C: hue angle of 16.71º 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 #FA885C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 92 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.02 |
| HSL | 16.71º | 0.94% | 0.67% | - |
| HSV(B) | 16.71º | 0.63% | 0.98% | - |
| XYZ | 50.16 | 38.71 | 14.95 | - |
| YUV | 165.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 92 | 0 | 0.46 | 0.63 | 0.02 | 16.71 | 0.94 | 0.67 |
| Hex | FA | 88 | 5C | 0 | 2E | 3F | 2 | 11 | 5E | 43 |
| Octal | 372 | 210 | 134 | 0 | 56 | 77 | 2 | 21 | 136 | 103 |
| Binary | 11111010 | 10001000 | 1011100 | 0 | 101110 | 111111 | 10 | 10001 | 1011110 | 1000011 |
Color Harmonies of #FA885C
Complementary color
Monochromatic Colors of #FA885C
Black with #FA885C
Text Example
Text Example
White with #FA885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA885C; }
p { color: rgb(250,136,92); }
H1.HeaderClassName
{
color: #FA885C;
}
.AnyTagClassName
{
color: #FA885C;
}
</style>
background-color css
<style>
a { background-color: #FA885C; }
a { background-color: rgb(250,136,92); }
div.DivClassName
{
background-color: #FA885C;
}
.BgClassName
{
background-color: #FA885C;
}
</style>
border-color css
<style>
span { border-color: #FA885C; }
span { border-color: rgb(250,136,92); }
td.TdClassName
{
border-color: #FA885C;
}
.TagClassName
{
border-color: #FA885C;
}
</style>