#FDC185

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

Shades of Macaroni And Cheese #FDC185

Tints of Macaroni And Cheese #FDC185

Color information

#FDC185 (or 0xFDC185) is unknown color: approx Macaroni And Cheese. HEX triplet: FD, C1 and 85. RGB value is (253,193,133). Sum of RGB (Red+Green+Blue) = 253+193+133=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC185 is #023E7A. Grayscale: #CCCCCC. Windows color (decimal): -147067 or 8765949. OLE color: 8765949.

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

Color convert

RGB253193133-
CMYK00.240.470.01
HSL30º96.77%75.69%-
HSV(B)30º47.43%99.22%-
XYZ63.8160.7230.55-
YUV204.187.88162.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=43.70%
G=33.33%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319313300.240.470.013096.7775.69
HexFDC1850182F11e614c
Octal37530120503057136141114
Binary11111101110000011000010101100010111111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC185; }

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

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

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

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

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

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

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

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