#FAC180

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

Shades of Macaroni And Cheese #FAC180

Tints of Macaroni And Cheese #FAC180

Color information

#FAC180 (or 0xFAC180) is unknown color: approx Macaroni And Cheese. HEX triplet: FA, C1 and 80. RGB value is (250,193,128). Sum of RGB (Red+Green+Blue) = 250+193+128=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC180 is #053E7F. Grayscale: #CACACA. Windows color (decimal): -343680 or 8438266. OLE color: 8438266.

HSL color Cylindrical-coordinate representation of color #FAC180: hue angle of 31.97º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAC180 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250193128-
CMYK00.230.490.02
HSL31.97º92.42%74.12%-
HSV(B)31.97º48.8%98.04%-
XYZ62.3960.0228.72-
YUV202.6385.88161.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=43.78%
G=33.80%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019312800.230.490.0231.9792.4274.12
HexFAC180017312205c4a
Octal37230120002761240134112
Binary1111101011000001100000000101111100011010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC180; }

 p { color: rgb(250,193,128); }

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

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

 a { background-color: rgb(250,193,128); }

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

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

 span { border-color: rgb(250,193,128); }

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