Html Css Color HEX #FDB475 Macaroni And Cheese
📋 copy color: '#FDB475'red 253 ◦ green 180 ◦ blue 117
Shades of Macaroni And Cheese #FDB475
Tints of Macaroni And Cheese #FDB475
RGB
CMYK
RGB Variations
Color information
#FDB475 (or 0xFDB475) is known color: Macaroni And Cheese. HEX triplet: FD, B4 and 75. RGB value is (253,180,117). Sum of RGB (Red+Green+Blue) = 253+180+117=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB475 is #024B8A. Grayscale: #C2C2C2. Windows color (decimal): -150411 or 7714045. OLE color: 7714045.
HSL color Cylindrical-coordinate representation of color #FDB475: hue angle of 27.79º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDB475 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 117 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.01 |
| HSL | 27.79º | 0.97% | 0.73% | - |
| HSV(B) | 27.79º | 0.54% | 0.99% | - |
| XYZ | 60.04 | 54.81 | 24.24 | - |
| YUV | 194.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 117 | 0 | 0.29 | 0.54 | 0.01 | 27.79 | 0.97 | 0.73 |
| Hex | FD | B4 | 75 | 0 | 1D | 36 | 1 | 1C | 61 | 49 |
| Octal | 375 | 264 | 165 | 0 | 35 | 66 | 1 | 34 | 141 | 111 |
| Binary | 11111101 | 10110100 | 1110101 | 0 | 11101 | 110110 | 1 | 11100 | 1100001 | 1001001 |
Color Harmonies of #FDB475
Complementary color
Monochromatic Colors of #FDB475
Black with #FDB475
Text Example
Text Example
White with #FDB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB475; }
p { color: rgb(253,180,117); }
H1.HeaderClassName
{
color: #FDB475;
}
.AnyTagClassName
{
color: #FDB475;
}
</style>
background-color css
<style>
a { background-color: #FDB475; }
a { background-color: rgb(253,180,117); }
div.DivClassName
{
background-color: #FDB475;
}
.BgClassName
{
background-color: #FDB475;
}
</style>
border-color css
<style>
span { border-color: #FDB475; }
span { border-color: rgb(253,180,117); }
td.TdClassName
{
border-color: #FDB475;
}
.TagClassName
{
border-color: #FDB475;
}
</style>