Html Css Color HEX #FDC07A Macaroni And Cheese
📋 copy color: '#FDC07A'red 253 ◦ green 192 ◦ blue 122
Shades of Macaroni And Cheese #FDC07A
Tints of Macaroni And Cheese #FDC07A
RGB
CMYK
RGB Variations
Color information
#FDC07A (or 0xFDC07A) is known color: Macaroni And Cheese. HEX triplet: FD, C0 and 7A. RGB value is (253,192,122). Sum of RGB (Red+Green+Blue) = 253+192+122=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC07A is #023F85. Grayscale: #CACACA. Windows color (decimal): -147334 or 8044797. OLE color: 8044797.
HSL color Cylindrical-coordinate representation of color #FDC07A: hue angle of 32.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC07A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 122 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.01 |
| HSL | 32.06º | 0.97% | 0.74% | - |
| HSV(B) | 32.06º | 0.52% | 0.99% | - |
| XYZ | 62.87 | 59.99 | 26.68 | - |
| YUV | 202.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 122 | 0 | 0.24 | 0.52 | 0.01 | 32.06 | 0.97 | 0.74 |
| Hex | FD | C0 | 7A | 0 | 18 | 34 | 1 | 20 | 61 | 4A |
| Octal | 375 | 300 | 172 | 0 | 30 | 64 | 1 | 40 | 141 | 112 |
| Binary | 11111101 | 11000000 | 1111010 | 0 | 11000 | 110100 | 1 | 100000 | 1100001 | 1001010 |
Color Harmonies of #FDC07A
Complementary color
Monochromatic Colors of #FDC07A
Black with #FDC07A
Text Example
Text Example
White with #FDC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC07A; }
p { color: rgb(253,192,122); }
H1.HeaderClassName
{
color: #FDC07A;
}
.AnyTagClassName
{
color: #FDC07A;
}
</style>
background-color css
<style>
a { background-color: #FDC07A; }
a { background-color: rgb(253,192,122); }
div.DivClassName
{
background-color: #FDC07A;
}
.BgClassName
{
background-color: #FDC07A;
}
</style>
border-color css
<style>
span { border-color: #FDC07A; }
span { border-color: rgb(253,192,122); }
td.TdClassName
{
border-color: #FDC07A;
}
.TagClassName
{
border-color: #FDC07A;
}
</style>