#FCC185

Color #FCC185 Macaroni And Cheese (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Macaroni And Cheese #FCC185

Tints of Macaroni And Cheese #FCC185

Color information

#FCC185 (or 0xFCC185) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, C1 and 85. RGB value is (252,193,133). Sum of RGB (Red+Green+Blue) = 252+193+133=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC185 is #033E7A. Grayscale: #CCCCCC. Windows color (decimal): -212603 or 8765948. OLE color: 8765948.

HSL color Cylindrical-coordinate representation of color #FCC185: hue angle of 30.25º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC185 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252193133-
CMYK00.230.470.01
HSL30.25º95.2%75.49%-
HSV(B)30.25º47.22%98.82%-
XYZ63.4560.5330.53-
YUV203.888.05162.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=43.60%
G=33.39%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219313300.230.470.0130.2595.275.49
HexFCC1850172F11e5f4b
Octal37430120502757136137113
Binary11111100110000011000010101011110111111111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC185; }

 p { color: rgb(252,193,133); }

 H1.HeaderClassName
 {
   color: #FCC185;
 }
 .AnyTagClassName
 {
   color: #FCC185;
 }
</style>
background-color css

<style>
 a { background-color: #FCC185; }

 a { background-color: rgb(252,193,133); }

 div.DivClassName
 {
   background-color: #FCC185;
 }
 .BgClassName
 {
   background-color: #FCC185;
 }
</style>
border-color css

<style>
 span { border-color: #FCC185; }

 span { border-color: rgb(252,193,133); }

 td.TdClassName
 {
   border-color: #FCC185;
 }
 .TagClassName
 {
   border-color: #FCC185;
 }
</style>