Shades of Crusta #FC8B5C
Tints of Crusta #FC8B5C
RGB
CMYK
RGB Variations
Color information
#FC8B5C (or 0xFC8B5C) is known color: Crusta. HEX triplet: FC, 8B and 5C. RGB value is (252,139,92). Sum of RGB (Red+Green+Blue) = 252+139+92=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B5C is #0374A3. Grayscale: #A7A7A7. Windows color (decimal): -226468 or 6065148. OLE color: 6065148.
HSL color Cylindrical-coordinate representation of color #FC8B5C: hue angle of 17.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC8B5C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 92 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.01 |
| HSL | 17.63º | 0.96% | 0.67% | - |
| HSV(B) | 17.63º | 0.63% | 0.99% | - |
| XYZ | 51.31 | 39.93 | 15.13 | - |
| YUV | 167.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 92 | 0 | 0.45 | 0.63 | 0.01 | 17.63 | 0.96 | 0.67 |
| Hex | FC | 8B | 5C | 0 | 2D | 3F | 1 | 12 | 60 | 43 |
| Octal | 374 | 213 | 134 | 0 | 55 | 77 | 1 | 22 | 140 | 103 |
| Binary | 11111100 | 10001011 | 1011100 | 0 | 101101 | 111111 | 1 | 10010 | 1100000 | 1000011 |
Color Harmonies of #FC8B5C
Complementary color
Monochromatic Colors of #FC8B5C
Black with #FC8B5C
Text Example
Text Example
White with #FC8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B5C; }
p { color: rgb(252,139,92); }
H1.HeaderClassName
{
color: #FC8B5C;
}
.AnyTagClassName
{
color: #FC8B5C;
}
</style>
background-color css
<style>
a { background-color: #FC8B5C; }
a { background-color: rgb(252,139,92); }
div.DivClassName
{
background-color: #FC8B5C;
}
.BgClassName
{
background-color: #FC8B5C;
}
</style>
border-color css
<style>
span { border-color: #FC8B5C; }
span { border-color: rgb(252,139,92); }
td.TdClassName
{
border-color: #FC8B5C;
}
.TagClassName
{
border-color: #FC8B5C;
}
</style>