Shades of Crusta #FD8A50
Tints of Crusta #FD8A50
RGB
CMYK
RGB Variations
Color information
#FD8A50 (or 0xFD8A50) is known color: Crusta. HEX triplet: FD, 8A and 50. RGB value is (253,138,80). Sum of RGB (Red+Green+Blue) = 253+138+80=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A50 is #0275AF. Grayscale: #A6A6A6. Windows color (decimal): -161200 or 5278461. OLE color: 5278461.
HSL color Cylindrical-coordinate representation of color #FD8A50: hue angle of 20.12º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD8A50 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 80 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.01 |
| HSL | 20.12º | 0.98% | 0.65% | - |
| HSV(B) | 20.12º | 0.68% | 0.99% | - |
| XYZ | 51.04 | 39.64 | 12.55 | - |
| YUV | 165.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 80 | 0 | 0.45 | 0.68 | 0.01 | 20.12 | 0.98 | 0.65 |
| Hex | FD | 8A | 50 | 0 | 2D | 44 | 1 | 14 | 62 | 41 |
| Octal | 375 | 212 | 120 | 0 | 55 | 104 | 1 | 24 | 142 | 101 |
| Binary | 11111101 | 10001010 | 1010000 | 0 | 101101 | 1000100 | 1 | 10100 | 1100010 | 1000001 |
Color Harmonies of #FD8A50
Complementary color
Monochromatic Colors of #FD8A50
Black with #FD8A50
Text Example
Text Example
White with #FD8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A50; }
p { color: rgb(253,138,80); }
H1.HeaderClassName
{
color: #FD8A50;
}
.AnyTagClassName
{
color: #FD8A50;
}
</style>
background-color css
<style>
a { background-color: #FD8A50; }
a { background-color: rgb(253,138,80); }
div.DivClassName
{
background-color: #FD8A50;
}
.BgClassName
{
background-color: #FD8A50;
}
</style>
border-color css
<style>
span { border-color: #FD8A50; }
span { border-color: rgb(253,138,80); }
td.TdClassName
{
border-color: #FD8A50;
}
.TagClassName
{
border-color: #FD8A50;
}
</style>