Shades of Crusta #FD895C
Tints of Crusta #FD895C
RGB
CMYK
RGB Variations
Color information
#FD895C (or 0xFD895C) is known color: Crusta. HEX triplet: FD, 89 and 5C. RGB value is (253,137,92). Sum of RGB (Red+Green+Blue) = 253+137+92=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD895C is #0276A3. Grayscale: #A6A6A6. Windows color (decimal): -161444 or 6064637. OLE color: 6064637.
HSL color Cylindrical-coordinate representation of color #FD895C: hue angle of 16.77º 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 #FD895C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 92 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.01 |
| HSL | 16.77º | 0.98% | 0.68% | - |
| HSV(B) | 16.77º | 0.64% | 0.99% | - |
| XYZ | 51.39 | 39.55 | 15.05 | - |
| YUV | 166.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 92 | 0 | 0.46 | 0.64 | 0.01 | 16.77 | 0.98 | 0.68 |
| Hex | FD | 89 | 5C | 0 | 2E | 40 | 1 | 11 | 62 | 44 |
| Octal | 375 | 211 | 134 | 0 | 56 | 100 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001001 | 1011100 | 0 | 101110 | 1000000 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD895C
Complementary color
Monochromatic Colors of #FD895C
Black with #FD895C
Text Example
Text Example
White with #FD895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD895C; }
p { color: rgb(253,137,92); }
H1.HeaderClassName
{
color: #FD895C;
}
.AnyTagClassName
{
color: #FD895C;
}
</style>
background-color css
<style>
a { background-color: #FD895C; }
a { background-color: rgb(253,137,92); }
div.DivClassName
{
background-color: #FD895C;
}
.BgClassName
{
background-color: #FD895C;
}
</style>
border-color css
<style>
span { border-color: #FD895C; }
span { border-color: rgb(253,137,92); }
td.TdClassName
{
border-color: #FD895C;
}
.TagClassName
{
border-color: #FD895C;
}
</style>