Html Css Color HEX #FCBC6C Macaroni And Cheese
📋 copy color: '#FCBC6C'red 252 ◦ green 188 ◦ blue 108
Shades of Macaroni And Cheese #FCBC6C
Tints of Macaroni And Cheese #FCBC6C
RGB
CMYK
RGB Variations
Color information
#FCBC6C (or 0xFCBC6C) is known color: Macaroni And Cheese. HEX triplet: FC, BC and 6C. RGB value is (252,188,108). Sum of RGB (Red+Green+Blue) = 252+188+108=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC6C is #034393. Grayscale: #C6C6C6. Windows color (decimal): -213908 or 7126268. OLE color: 7126268.
HSL color Cylindrical-coordinate representation of color #FCBC6C: hue angle of 33.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCBC6C is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 108 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.01 |
| HSL | 33.33º | 0.96% | 0.71% | - |
| HSV(B) | 33.33º | 0.57% | 0.99% | - |
| XYZ | 60.83 | 57.74 | 22.13 | - |
| YUV | 198.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 108 | 0 | 0.25 | 0.57 | 0.01 | 33.33 | 0.96 | 0.71 |
| Hex | FC | BC | 6C | 0 | 19 | 39 | 1 | 21 | 60 | 47 |
| Octal | 374 | 274 | 154 | 0 | 31 | 71 | 1 | 41 | 140 | 107 |
| Binary | 11111100 | 10111100 | 1101100 | 0 | 11001 | 111001 | 1 | 100001 | 1100000 | 1000111 |
Color Harmonies of #FCBC6C
Complementary color
Monochromatic Colors of #FCBC6C
Black with #FCBC6C
Text Example
Text Example
White with #FCBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC6C; }
p { color: rgb(252,188,108); }
H1.HeaderClassName
{
color: #FCBC6C;
}
.AnyTagClassName
{
color: #FCBC6C;
}
</style>
background-color css
<style>
a { background-color: #FCBC6C; }
a { background-color: rgb(252,188,108); }
div.DivClassName
{
background-color: #FCBC6C;
}
.BgClassName
{
background-color: #FCBC6C;
}
</style>
border-color css
<style>
span { border-color: #FCBC6C; }
span { border-color: rgb(252,188,108); }
td.TdClassName
{
border-color: #FCBC6C;
}
.TagClassName
{
border-color: #FCBC6C;
}
</style>