#FDC080

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

Shades of Macaroni And Cheese #FDC080

Tints of Macaroni And Cheese #FDC080

Color information

#FDC080 (or 0xFDC080) is unknown color: approx Macaroni And Cheese. HEX triplet: FD, C0 and 80. RGB value is (253,192,128). Sum of RGB (Red+Green+Blue) = 253+192+128=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC080 is #023F7F. Grayscale: #CBCBCB. Windows color (decimal): -147328 or 8438013. OLE color: 8438013.

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

Color convert

RGB253192128-
CMYK00.240.490.01
HSL30.72º96.9%74.71%-
HSV(B)30.72º49.41%99.22%-
XYZ63.2560.1428.7-
YUV202.9485.71163.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 128 (50.39% from 255) = 22.34%
R=44.15%
G=33.51%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319212800.240.490.0130.7296.974.71
HexFDC0800183111f614b
Octal37530020003061137141113
Binary11111101110000001000000001100011000111111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC080; }

 p { color: rgb(253,192,128); }

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

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

 a { background-color: rgb(253,192,128); }

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

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

 span { border-color: rgb(253,192,128); }

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