Shades of Crusta #FC8B5A
Tints of Crusta #FC8B5A
RGB
CMYK
RGB Variations
Color information
#FC8B5A (or 0xFC8B5A) is known color: Crusta. HEX triplet: FC, 8B and 5A. RGB value is (252,139,90). Sum of RGB (Red+Green+Blue) = 252+139+90=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B5A is #0374A5. Grayscale: #A7A7A7. Windows color (decimal): -226470 or 5934076. OLE color: 5934076.
HSL color Cylindrical-coordinate representation of color #FC8B5A: hue angle of 18.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC8B5A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 90 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.01 |
| HSL | 18.15º | 0.96% | 0.67% | - |
| HSV(B) | 18.15º | 0.64% | 0.99% | - |
| XYZ | 51.22 | 39.9 | 14.67 | - |
| YUV | 167.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 90 | 0 | 0.45 | 0.64 | 0.01 | 18.15 | 0.96 | 0.67 |
| Hex | FC | 8B | 5A | 0 | 2D | 40 | 1 | 12 | 60 | 43 |
| Octal | 374 | 213 | 132 | 0 | 55 | 100 | 1 | 22 | 140 | 103 |
| Binary | 11111100 | 10001011 | 1011010 | 0 | 101101 | 1000000 | 1 | 10010 | 1100000 | 1000011 |
Color Harmonies of #FC8B5A
Complementary color
Monochromatic Colors of #FC8B5A
Black with #FC8B5A
Text Example
Text Example
White with #FC8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B5A; }
p { color: rgb(252,139,90); }
H1.HeaderClassName
{
color: #FC8B5A;
}
.AnyTagClassName
{
color: #FC8B5A;
}
</style>
background-color css
<style>
a { background-color: #FC8B5A; }
a { background-color: rgb(252,139,90); }
div.DivClassName
{
background-color: #FC8B5A;
}
.BgClassName
{
background-color: #FC8B5A;
}
</style>
border-color css
<style>
span { border-color: #FC8B5A; }
span { border-color: rgb(252,139,90); }
td.TdClassName
{
border-color: #FC8B5A;
}
.TagClassName
{
border-color: #FC8B5A;
}
</style>