Shades of Crusta #FD8C4E
Tints of Crusta #FD8C4E
RGB
CMYK
RGB Variations
Color information
#FD8C4E (or 0xFD8C4E) is known color: Crusta. HEX triplet: FD, 8C and 4E. RGB value is (253,140,78). Sum of RGB (Red+Green+Blue) = 253+140+78=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C4E is #0273B1. Grayscale: #A7A7A7. Windows color (decimal): -160690 or 5147901. OLE color: 5147901.
HSL color Cylindrical-coordinate representation of color #FD8C4E: hue angle of 21.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD8C4E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 78 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.01 |
| HSL | 21.26º | 0.98% | 0.65% | - |
| HSV(B) | 21.26º | 0.69% | 0.99% | - |
| XYZ | 51.26 | 40.19 | 12.26 | - |
| YUV | 166.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 78 | 0 | 0.45 | 0.69 | 0.01 | 21.26 | 0.98 | 0.65 |
| Hex | FD | 8C | 4E | 0 | 2D | 45 | 1 | 15 | 62 | 41 |
| Octal | 375 | 214 | 116 | 0 | 55 | 105 | 1 | 25 | 142 | 101 |
| Binary | 11111101 | 10001100 | 1001110 | 0 | 101101 | 1000101 | 1 | 10101 | 1100010 | 1000001 |
Color Harmonies of #FD8C4E
Complementary color
Monochromatic Colors of #FD8C4E
Black with #FD8C4E
Text Example
Text Example
White with #FD8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C4E; }
p { color: rgb(253,140,78); }
H1.HeaderClassName
{
color: #FD8C4E;
}
.AnyTagClassName
{
color: #FD8C4E;
}
</style>
background-color css
<style>
a { background-color: #FD8C4E; }
a { background-color: rgb(253,140,78); }
div.DivClassName
{
background-color: #FD8C4E;
}
.BgClassName
{
background-color: #FD8C4E;
}
</style>
border-color css
<style>
span { border-color: #FD8C4E; }
span { border-color: rgb(253,140,78); }
td.TdClassName
{
border-color: #FD8C4E;
}
.TagClassName
{
border-color: #FD8C4E;
}
</style>