Html Css Color HEX #FFC384 Macaroni And Cheese
📋 copy color: '#FFC384'red 255 ◦ green 195 ◦ blue 132
Shades of Macaroni And Cheese #FFC384
Tints of Macaroni And Cheese #FFC384
RGB
CMYK
RGB Variations
Color information
#FFC384 (or 0xFFC384) is known color: Macaroni And Cheese. HEX triplet: FF, C3 and 84. RGB value is (255,195,132). Sum of RGB (Red+Green+Blue) = 255+195+132=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC384 is #003C7B. Grayscale: #CECECE. Windows color (decimal): -15484 or 8700927. OLE color: 8700927.
HSL color Cylindrical-coordinate representation of color #FFC384: hue angle of 30.73º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFC384 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 132 | - |
| CMYK | 0 | 0.24 | 0.48 | 0 |
| HSL | 30.73º | 1% | 0.76% | - |
| HSV(B) | 30.73º | 0.48% | 1% | - |
| XYZ | 64.92 | 61.96 | 30.37 | - |
| YUV | 205.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 132 | 0 | 0.24 | 0.48 | 0 | 30.73 | 1 | 0.76 |
| Hex | FF | C3 | 84 | 0 | 18 | 30 | 0 | 1F | 64 | 4C |
| Octal | 377 | 303 | 204 | 0 | 30 | 60 | 0 | 37 | 144 | 114 |
| Binary | 11111111 | 11000011 | 10000100 | 0 | 11000 | 110000 | 0 | 11111 | 1100100 | 1001100 |
Color Harmonies of #FFC384
Complementary color
Monochromatic Colors of #FFC384
Black with #FFC384
Text Example
Text Example
White with #FFC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC384; }
p { color: rgb(255,195,132); }
H1.HeaderClassName
{
color: #FFC384;
}
.AnyTagClassName
{
color: #FFC384;
}
</style>
background-color css
<style>
a { background-color: #FFC384; }
a { background-color: rgb(255,195,132); }
div.DivClassName
{
background-color: #FFC384;
}
.BgClassName
{
background-color: #FFC384;
}
</style>
border-color css
<style>
span { border-color: #FFC384; }
span { border-color: rgb(255,195,132); }
td.TdClassName
{
border-color: #FFC384;
}
.TagClassName
{
border-color: #FFC384;
}
</style>