Html Css Color HEX #FCC28A Macaroni And Cheese
📋 copy color: '#FCC28A'red 252 ◦ green 194 ◦ blue 138
Shades of Macaroni And Cheese #FCC28A
Tints of Macaroni And Cheese #FCC28A
RGB
CMYK
RGB Variations
Color information
#FCC28A (or 0xFCC28A) is known color: Macaroni And Cheese. HEX triplet: FC, C2 and 8A. RGB value is (252,194,138). Sum of RGB (Red+Green+Blue) = 252+194+138=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28A is #033D75. Grayscale: #CDCDCD. Windows color (decimal): -212342 or 9093884. OLE color: 9093884.
HSL color Cylindrical-coordinate representation of color #FCC28A: hue angle of 29.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCC28A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 138 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 29.47º | 0.95% | 0.76% | - |
| HSV(B) | 29.47º | 0.45% | 0.99% | - |
| XYZ | 64.02 | 61.11 | 32.47 | - |
| YUV | 204.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 138 | 0 | 0.23 | 0.45 | 0.01 | 29.47 | 0.95 | 0.76 |
| Hex | FC | C2 | 8A | 0 | 17 | 2D | 1 | 1D | 5F | 4C |
| Octal | 374 | 302 | 212 | 0 | 27 | 55 | 1 | 35 | 137 | 114 |
| Binary | 11111100 | 11000010 | 10001010 | 0 | 10111 | 101101 | 1 | 11101 | 1011111 | 1001100 |
Color Harmonies of #FCC28A
Complementary color
Monochromatic Colors of #FCC28A
Black with #FCC28A
Text Example
Text Example
White with #FCC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC28A; }
p { color: rgb(252,194,138); }
H1.HeaderClassName
{
color: #FCC28A;
}
.AnyTagClassName
{
color: #FCC28A;
}
</style>
background-color css
<style>
a { background-color: #FCC28A; }
a { background-color: rgb(252,194,138); }
div.DivClassName
{
background-color: #FCC28A;
}
.BgClassName
{
background-color: #FCC28A;
}
</style>
border-color css
<style>
span { border-color: #FCC28A; }
span { border-color: rgb(252,194,138); }
td.TdClassName
{
border-color: #FCC28A;
}
.TagClassName
{
border-color: #FCC28A;
}
</style>