Shades of Crusta #FD8A5C
Tints of Crusta #FD8A5C
RGB
CMYK
RGB Variations
Color information
#FD8A5C (or 0xFD8A5C) is known color: Crusta. HEX triplet: FD, 8A and 5C. RGB value is (253,138,92). Sum of RGB (Red+Green+Blue) = 253+138+92=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A5C is #0275A3. Grayscale: #A7A7A7. Windows color (decimal): -161188 or 6064893. OLE color: 6064893.
HSL color Cylindrical-coordinate representation of color #FD8A5C: hue angle of 17.14º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD8A5C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 92 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.01 |
| HSL | 17.14º | 0.98% | 0.68% | - |
| HSV(B) | 17.14º | 0.64% | 0.99% | - |
| XYZ | 51.53 | 39.83 | 15.1 | - |
| YUV | 167.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 92 | 0 | 0.45 | 0.64 | 0.01 | 17.14 | 0.98 | 0.68 |
| Hex | FD | 8A | 5C | 0 | 2D | 40 | 1 | 11 | 62 | 44 |
| Octal | 375 | 212 | 134 | 0 | 55 | 100 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001010 | 1011100 | 0 | 101101 | 1000000 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD8A5C
Complementary color
Monochromatic Colors of #FD8A5C
Black with #FD8A5C
Text Example
Text Example
White with #FD8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A5C; }
p { color: rgb(253,138,92); }
H1.HeaderClassName
{
color: #FD8A5C;
}
.AnyTagClassName
{
color: #FD8A5C;
}
</style>
background-color css
<style>
a { background-color: #FD8A5C; }
a { background-color: rgb(253,138,92); }
div.DivClassName
{
background-color: #FD8A5C;
}
.BgClassName
{
background-color: #FD8A5C;
}
</style>
border-color css
<style>
span { border-color: #FD8A5C; }
span { border-color: rgb(253,138,92); }
td.TdClassName
{
border-color: #FD8A5C;
}
.TagClassName
{
border-color: #FD8A5C;
}
</style>