Shades of Crusta #FD895A
Tints of Crusta #FD895A
RGB
CMYK
RGB Variations
Color information
#FD895A (or 0xFD895A) is known color: Crusta. HEX triplet: FD, 89 and 5A. RGB value is (253,137,90). Sum of RGB (Red+Green+Blue) = 253+137+90=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD895A is #0276A5. Grayscale: #A6A6A6. Windows color (decimal): -161446 or 5933565. OLE color: 5933565.
HSL color Cylindrical-coordinate representation of color #FD895A: hue angle of 17.3º 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 #FD895A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 90 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.01 |
| HSL | 17.3º | 0.98% | 0.67% | - |
| HSV(B) | 17.3º | 0.64% | 0.99% | - |
| XYZ | 51.3 | 39.51 | 14.6 | - |
| YUV | 166.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 90 | 0 | 0.46 | 0.64 | 0.01 | 17.3 | 0.98 | 0.67 |
| Hex | FD | 89 | 5A | 0 | 2E | 40 | 1 | 11 | 62 | 43 |
| Octal | 375 | 211 | 132 | 0 | 56 | 100 | 1 | 21 | 142 | 103 |
| Binary | 11111101 | 10001001 | 1011010 | 0 | 101110 | 1000000 | 1 | 10001 | 1100010 | 1000011 |
Color Harmonies of #FD895A
Complementary color
Monochromatic Colors of #FD895A
Black with #FD895A
Text Example
Text Example
White with #FD895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD895A; }
p { color: rgb(253,137,90); }
H1.HeaderClassName
{
color: #FD895A;
}
.AnyTagClassName
{
color: #FD895A;
}
</style>
background-color css
<style>
a { background-color: #FD895A; }
a { background-color: rgb(253,137,90); }
div.DivClassName
{
background-color: #FD895A;
}
.BgClassName
{
background-color: #FD895A;
}
</style>
border-color css
<style>
span { border-color: #FD895A; }
span { border-color: rgb(253,137,90); }
td.TdClassName
{
border-color: #FD895A;
}
.TagClassName
{
border-color: #FD895A;
}
</style>