Shades of Crusta #FD8F4C
Tints of Crusta #FD8F4C
RGB
CMYK
RGB Variations
Color information
#FD8F4C (or 0xFD8F4C) is known color: Crusta. HEX triplet: FD, 8F and 4C. RGB value is (253,143,76). Sum of RGB (Red+Green+Blue) = 253+143+76=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F4C is #0270B3. Grayscale: #A8A8A8. Windows color (decimal): -159924 or 5017597. OLE color: 5017597.
HSL color Cylindrical-coordinate representation of color #FD8F4C: hue angle of 22.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD8F4C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 76 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.01 |
| HSL | 22.71º | 0.98% | 0.65% | - |
| HSV(B) | 22.71º | 0.7% | 0.99% | - |
| XYZ | 51.63 | 41.05 | 12.04 | - |
| YUV | 168.25 | 75.94 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 76 | 0 | 0.43 | 0.70 | 0.01 | 22.71 | 0.98 | 0.65 |
| Hex | FD | 8F | 4C | 0 | 2B | 46 | 1 | 17 | 62 | 41 |
| Octal | 375 | 217 | 114 | 0 | 53 | 106 | 1 | 27 | 142 | 101 |
| Binary | 11111101 | 10001111 | 1001100 | 0 | 101011 | 1000110 | 1 | 10111 | 1100010 | 1000001 |
Color Harmonies of #FD8F4C
Complementary color
Monochromatic Colors of #FD8F4C
Black with #FD8F4C
Text Example
Text Example
White with #FD8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F4C; }
p { color: rgb(253,143,76); }
H1.HeaderClassName
{
color: #FD8F4C;
}
.AnyTagClassName
{
color: #FD8F4C;
}
</style>
background-color css
<style>
a { background-color: #FD8F4C; }
a { background-color: rgb(253,143,76); }
div.DivClassName
{
background-color: #FD8F4C;
}
.BgClassName
{
background-color: #FD8F4C;
}
</style>
border-color css
<style>
span { border-color: #FD8F4C; }
span { border-color: rgb(253,143,76); }
td.TdClassName
{
border-color: #FD8F4C;
}
.TagClassName
{
border-color: #FD8F4C;
}
</style>