#FCB384

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

Shades of Macaroni And Cheese #FCB384

Tints of Macaroni And Cheese #FCB384

Color information

#FCB384 (or 0xFCB384) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, B3 and 84. RGB value is (252,179,132). Sum of RGB (Red+Green+Blue) = 252+179+132=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB384 is #034C7B. Grayscale: #C3C3C3. Windows color (decimal): -216188 or 8696828. OLE color: 8696828.

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

Color convert

RGB252179132-
CMYK00.290.480.01
HSL23.5º95.24%75.29%-
HSV(B)23.5º47.62%98.82%-
XYZ60.4354.629.18-
YUV195.4792.18168.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=44.76%
G=31.79%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217913200.290.480.0123.595.2475.29
HexFCB38401D301185f4b
Octal37426320403560130137113
Binary11111100101100111000010001110111000011100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB384; }

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

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

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

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

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

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

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

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