#FDC385

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

Shades of Macaroni And Cheese #FDC385

Tints of Macaroni And Cheese #FDC385

Color information

#FDC385 (or 0xFDC385) is unknown color: approx Macaroni And Cheese. HEX triplet: FD, C3 and 85. RGB value is (253,195,133). Sum of RGB (Red+Green+Blue) = 253+195+133=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC385 is #023C7A. Grayscale: #CDCDCD. Windows color (decimal): -146555 or 8766461. OLE color: 8766461.

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

Color convert

RGB253195133-
CMYK00.230.470.01
HSL31º96.77%75.69%-
HSV(B)31º47.43%99.22%-
XYZ64.2661.6130.69-
YUV205.2787.22162.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=43.55%
G=33.56%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319513300.230.470.013196.7775.69
HexFDC3850172F11f614c
Octal37530320502757137141114
Binary11111101110000111000010101011110111111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC385; }

 p { color: rgb(253,195,133); }

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

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

 a { background-color: rgb(253,195,133); }

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

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

 span { border-color: rgb(253,195,133); }

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