Shades of Crusta #FD8C4A
Tints of Crusta #FD8C4A
RGB
CMYK
RGB Variations
Color information
#FD8C4A (or 0xFD8C4A) is known color: Crusta. HEX triplet: FD, 8C and 4A. RGB value is (253,140,74). Sum of RGB (Red+Green+Blue) = 253+140+74=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C4A is #0273B5. Grayscale: #A6A6A6. Windows color (decimal): -160694 or 4885757. OLE color: 4885757.
HSL color Cylindrical-coordinate representation of color #FD8C4A: hue angle of 22.12º 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 #FD8C4A is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 74 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.01 |
| HSL | 22.12º | 0.98% | 0.64% | - |
| HSV(B) | 22.12º | 0.71% | 0.99% | - |
| XYZ | 51.12 | 40.13 | 11.53 | - |
| YUV | 166.26 | 75.94 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 74 | 0 | 0.45 | 0.71 | 0.01 | 22.12 | 0.98 | 0.64 |
| Hex | FD | 8C | 4A | 0 | 2D | 47 | 1 | 16 | 62 | 40 |
| Octal | 375 | 214 | 112 | 0 | 55 | 107 | 1 | 26 | 142 | 100 |
| Binary | 11111101 | 10001100 | 1001010 | 0 | 101101 | 1000111 | 1 | 10110 | 1100010 | 1000000 |
Color Harmonies of #FD8C4A
Complementary color
Monochromatic Colors of #FD8C4A
Black with #FD8C4A
Text Example
Text Example
White with #FD8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C4A; }
p { color: rgb(253,140,74); }
H1.HeaderClassName
{
color: #FD8C4A;
}
.AnyTagClassName
{
color: #FD8C4A;
}
</style>
background-color css
<style>
a { background-color: #FD8C4A; }
a { background-color: rgb(253,140,74); }
div.DivClassName
{
background-color: #FD8C4A;
}
.BgClassName
{
background-color: #FD8C4A;
}
</style>
border-color css
<style>
span { border-color: #FD8C4A; }
span { border-color: rgb(253,140,74); }
td.TdClassName
{
border-color: #FD8C4A;
}
.TagClassName
{
border-color: #FD8C4A;
}
</style>