Html Css Color HEX #FDB97F Macaroni And Cheese
📋 copy color: '#FDB97F'red 253 ◦ green 185 ◦ blue 127
Shades of Macaroni And Cheese #FDB97F
Tints of Macaroni And Cheese #FDB97F
RGB
CMYK
RGB Variations
Color information
#FDB97F (or 0xFDB97F) is known color: Macaroni And Cheese. HEX triplet: FD, B9 and 7F. RGB value is (253,185,127). Sum of RGB (Red+Green+Blue) = 253+185+127=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB97F is #024680. Grayscale: #C7C7C7. Windows color (decimal): -149121 or 8370685. OLE color: 8370685.
HSL color Cylindrical-coordinate representation of color #FDB97F: hue angle of 27.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDB97F is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 127 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.01 |
| HSL | 27.62º | 0.97% | 0.75% | - |
| HSV(B) | 27.62º | 0.5% | 0.99% | - |
| XYZ | 61.69 | 57.11 | 27.85 | - |
| YUV | 198.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 127 | 0 | 0.27 | 0.50 | 0.01 | 27.62 | 0.97 | 0.75 |
| Hex | FD | B9 | 7F | 0 | 1B | 32 | 1 | 1C | 61 | 4B |
| Octal | 375 | 271 | 177 | 0 | 33 | 62 | 1 | 34 | 141 | 113 |
| Binary | 11111101 | 10111001 | 1111111 | 0 | 11011 | 110010 | 1 | 11100 | 1100001 | 1001011 |
Color Harmonies of #FDB97F
Complementary color
Monochromatic Colors of #FDB97F
Black with #FDB97F
Text Example
Text Example
White with #FDB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB97F; }
p { color: rgb(253,185,127); }
H1.HeaderClassName
{
color: #FDB97F;
}
.AnyTagClassName
{
color: #FDB97F;
}
</style>
background-color css
<style>
a { background-color: #FDB97F; }
a { background-color: rgb(253,185,127); }
div.DivClassName
{
background-color: #FDB97F;
}
.BgClassName
{
background-color: #FDB97F;
}
</style>
border-color css
<style>
span { border-color: #FDB97F; }
span { border-color: rgb(253,185,127); }
td.TdClassName
{
border-color: #FDB97F;
}
.TagClassName
{
border-color: #FDB97F;
}
</style>