Shades of Crusta #FD8A49
Tints of Crusta #FD8A49
RGB
CMYK
RGB Variations
Color information
#FD8A49 (or 0xFD8A49) is known color: Crusta. HEX triplet: FD, 8A and 49. RGB value is (253,138,73). Sum of RGB (Red+Green+Blue) = 253+138+73=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A49 is #0275B6. Grayscale: #A5A5A5. Windows color (decimal): -161207 or 4819709. OLE color: 4819709.
HSL color Cylindrical-coordinate representation of color #FD8A49: hue angle of 21.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD8A49 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 73 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.01 |
| HSL | 21.67º | 0.98% | 0.64% | - |
| HSV(B) | 21.67º | 0.71% | 0.99% | - |
| XYZ | 50.8 | 39.54 | 11.26 | - |
| YUV | 164.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 73 | 0 | 0.45 | 0.71 | 0.01 | 21.67 | 0.98 | 0.64 |
| Hex | FD | 8A | 49 | 0 | 2D | 47 | 1 | 16 | 62 | 40 |
| Octal | 375 | 212 | 111 | 0 | 55 | 107 | 1 | 26 | 142 | 100 |
| Binary | 11111101 | 10001010 | 1001001 | 0 | 101101 | 1000111 | 1 | 10110 | 1100010 | 1000000 |
Color Harmonies of #FD8A49
Complementary color
Monochromatic Colors of #FD8A49
Black with #FD8A49
Text Example
Text Example
White with #FD8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A49; }
p { color: rgb(253,138,73); }
H1.HeaderClassName
{
color: #FD8A49;
}
.AnyTagClassName
{
color: #FD8A49;
}
</style>
background-color css
<style>
a { background-color: #FD8A49; }
a { background-color: rgb(253,138,73); }
div.DivClassName
{
background-color: #FD8A49;
}
.BgClassName
{
background-color: #FD8A49;
}
</style>
border-color css
<style>
span { border-color: #FD8A49; }
span { border-color: rgb(253,138,73); }
td.TdClassName
{
border-color: #FD8A49;
}
.TagClassName
{
border-color: #FD8A49;
}
</style>