#FCB379

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

Shades of Macaroni And Cheese #FCB379

Tints of Macaroni And Cheese #FCB379

Color information

#FCB379 (or 0xFCB379) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, B3 and 79. RGB value is (252,179,121). Sum of RGB (Red+Green+Blue) = 252+179+121=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB379 is #034C86. Grayscale: #C2C2C2. Windows color (decimal): -216199 or 7975932. OLE color: 7975932.

HSL color Cylindrical-coordinate representation of color #FCB379: hue angle of 26.56º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCB379 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252179121-
CMYK00.290.520.01
HSL26.56º95.62%73.14%-
HSV(B)26.56º51.98%98.82%-
XYZ59.7254.3225.43-
YUV194.2286.68169.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 121 (47.66% from 255) = 21.92%
R=45.65%
G=32.43%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217912100.290.520.0126.5695.6273.14
HexFCB37901D3411b6049
Octal37426317103564133140111
Binary1111110010110011111100101110111010011101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB379; }

 p { color: rgb(252,179,121); }

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

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

 a { background-color: rgb(252,179,121); }

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

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

 span { border-color: rgb(252,179,121); }

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