Shades of Crusta #FD8B5A
Tints of Crusta #FD8B5A
RGB
CMYK
RGB Variations
Color information
#FD8B5A (or 0xFD8B5A) is known color: Crusta. HEX triplet: FD, 8B and 5A. RGB value is (253,139,90). Sum of RGB (Red+Green+Blue) = 253+139+90=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8B5A is #0274A5. Grayscale: #A7A7A7. Windows color (decimal): -160934 or 5934077. OLE color: 5934077.
HSL color Cylindrical-coordinate representation of color #FD8B5A: hue angle of 18.04º degrees, saturation: 0.98, 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 #FD8B5A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 90 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.01 |
| HSL | 18.04º | 0.98% | 0.67% | - |
| HSV(B) | 18.04º | 0.64% | 0.99% | - |
| XYZ | 51.59 | 40.09 | 14.69 | - |
| YUV | 167.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 90 | 0 | 0.45 | 0.64 | 0.01 | 18.04 | 0.98 | 0.67 |
| Hex | FD | 8B | 5A | 0 | 2D | 40 | 1 | 12 | 62 | 43 |
| Octal | 375 | 213 | 132 | 0 | 55 | 100 | 1 | 22 | 142 | 103 |
| Binary | 11111101 | 10001011 | 1011010 | 0 | 101101 | 1000000 | 1 | 10010 | 1100010 | 1000011 |
Color Harmonies of #FD8B5A
Complementary color
Monochromatic Colors of #FD8B5A
Black with #FD8B5A
Text Example
Text Example
White with #FD8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B5A; }
p { color: rgb(253,139,90); }
H1.HeaderClassName
{
color: #FD8B5A;
}
.AnyTagClassName
{
color: #FD8B5A;
}
</style>
background-color css
<style>
a { background-color: #FD8B5A; }
a { background-color: rgb(253,139,90); }
div.DivClassName
{
background-color: #FD8B5A;
}
.BgClassName
{
background-color: #FD8B5A;
}
</style>
border-color css
<style>
span { border-color: #FD8B5A; }
span { border-color: rgb(253,139,90); }
td.TdClassName
{
border-color: #FD8B5A;
}
.TagClassName
{
border-color: #FD8B5A;
}
</style>