Shades of Crusta #FD8D4B
Tints of Crusta #FD8D4B
RGB
CMYK
RGB Variations
Color information
#FD8D4B (or 0xFD8D4B) is known color: Crusta. HEX triplet: FD, 8D and 4B. RGB value is (253,141,75). Sum of RGB (Red+Green+Blue) = 253+141+75=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D4B is #0272B4. Grayscale: #A7A7A7. Windows color (decimal): -160437 or 4951549. OLE color: 4951549.
HSL color Cylindrical-coordinate representation of color #FD8D4B: hue angle of 22.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD8D4B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 141 | 75 | - |
CMYK | 0 | 0.44 | 0.70 | 0.01 |
HSL | 22.25º | 0.98% | 0.64% | - |
HSV(B) | 22.25º | 0.7% | 0.99% | - |
XYZ | 51.3 | 40.44 | 11.76 | - |
YUV | 166.96 | 76.11 | 189.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 141 | 75 | 0 | 0.44 | 0.70 | 0.01 | 22.25 | 0.98 | 0.64 |
Hex | FD | 8D | 4B | 0 | 2C | 46 | 1 | 16 | 62 | 40 |
Octal | 375 | 215 | 113 | 0 | 54 | 106 | 1 | 26 | 142 | 100 |
Binary | 11111101 | 10001101 | 1001011 | 0 | 101100 | 1000110 | 1 | 10110 | 1100010 | 1000000 |
Color Harmonies of #FD8D4B
Complementary color
Monochromatic Colors of #FD8D4B
Black with #FD8D4B
Text Example
Text Example
White with #FD8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D4B; }
p { color: rgb(253,141,75); }
H1.HeaderClassName
{
color: #FD8D4B;
}
.AnyTagClassName
{
color: #FD8D4B;
}
</style>
background-color css
<style>
a { background-color: #FD8D4B; }
a { background-color: rgb(253,141,75); }
div.DivClassName
{
background-color: #FD8D4B;
}
.BgClassName
{
background-color: #FD8D4B;
}
</style>
border-color css
<style>
span { border-color: #FD8D4B; }
span { border-color: rgb(253,141,75); }
td.TdClassName
{
border-color: #FD8D4B;
}
.TagClassName
{
border-color: #FD8D4B;
}
</style>