#FCB474

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

Shades of Macaroni And Cheese #FCB474

Tints of Macaroni And Cheese #FCB474

Color information

#FCB474 (or 0xFCB474) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, B4 and 74. RGB value is (252,180,116). Sum of RGB (Red+Green+Blue) = 252+180+116=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB474 is #034B8B. Grayscale: #C2C2C2. Windows color (decimal): -215948 or 7648508. OLE color: 7648508.

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

Color convert

RGB252180116-
CMYK00.290.540.01
HSL28.24º95.77%72.16%-
HSV(B)28.24º53.97%98.82%-
XYZ59.6254.623.92-
YUV194.2383.85169.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=45.99%
G=32.85%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218011600.290.540.0128.2495.7772.16
HexFCB47401D3611c6048
Octal37426416403566134140110
Binary1111110010110100111010001110111011011110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB474; }

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

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

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

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

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

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

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

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