#FCB479

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

Shades of Macaroni And Cheese #FCB479

Tints of Macaroni And Cheese #FCB479

Color information

#FCB479 (or 0xFCB479) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, B4 and 79. RGB value is (252,180,121). Sum of RGB (Red+Green+Blue) = 252+180+121=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB479 is #034B86. Grayscale: #C3C3C3. Windows color (decimal): -215943 or 7976188. OLE color: 7976188.

HSL color Cylindrical-coordinate representation of color #FCB479: hue angle of 27.02º 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 #FCB479 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252180121-
CMYK00.290.520.01
HSL27.02º95.62%73.14%-
HSV(B)27.02º51.98%98.82%-
XYZ59.9254.7225.49-
YUV194.886.35168.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 121 (47.66% from 255) = 21.88%
R=45.57%
G=32.55%
B=21.88%

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
Decimal25218012100.290.520.0127.0295.6273.14
HexFCB47901D3411b6049
Octal37426417103564133140111
Binary1111110010110100111100101110111010011101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB479; }

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

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

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

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

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

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

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

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