Shades of Crusta #FD8F4D
Tints of Crusta #FD8F4D
RGB
CMYK
RGB Variations
Color information
#FD8F4D (or 0xFD8F4D) is known color: Crusta. HEX triplet: FD, 8F and 4D. RGB value is (253,143,77). Sum of RGB (Red+Green+Blue) = 253+143+77=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F4D is #0270B2. Grayscale: #A8A8A8. Windows color (decimal): -159923 or 5083133. OLE color: 5083133.
HSL color Cylindrical-coordinate representation of color #FD8F4D: hue angle of 22.5º 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 #FD8F4D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 77 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.01 |
| HSL | 22.5º | 0.98% | 0.65% | - |
| HSV(B) | 22.5º | 0.7% | 0.99% | - |
| XYZ | 51.67 | 41.06 | 12.22 | - |
| YUV | 168.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 77 | 0 | 0.43 | 0.70 | 0.01 | 22.5 | 0.98 | 0.65 |
| Hex | FD | 8F | 4D | 0 | 2B | 46 | 1 | 16 | 62 | 41 |
| Octal | 375 | 217 | 115 | 0 | 53 | 106 | 1 | 26 | 142 | 101 |
| Binary | 11111101 | 10001111 | 1001101 | 0 | 101011 | 1000110 | 1 | 10110 | 1100010 | 1000001 |
Color Harmonies of #FD8F4D
Complementary color
Monochromatic Colors of #FD8F4D
Black with #FD8F4D
Text Example
Text Example
White with #FD8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F4D; }
p { color: rgb(253,143,77); }
H1.HeaderClassName
{
color: #FD8F4D;
}
.AnyTagClassName
{
color: #FD8F4D;
}
</style>
background-color css
<style>
a { background-color: #FD8F4D; }
a { background-color: rgb(253,143,77); }
div.DivClassName
{
background-color: #FD8F4D;
}
.BgClassName
{
background-color: #FD8F4D;
}
</style>
border-color css
<style>
span { border-color: #FD8F4D; }
span { border-color: rgb(253,143,77); }
td.TdClassName
{
border-color: #FD8F4D;
}
.TagClassName
{
border-color: #FD8F4D;
}
</style>