#FCC18A

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

Shades of Macaroni And Cheese #FCC18A

Tints of Macaroni And Cheese #FCC18A

Color information

#FCC18A (or 0xFCC18A) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, C1 and 8A. RGB value is (252,193,138). Sum of RGB (Red+Green+Blue) = 252+193+138=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC18A is #033E75. Grayscale: #CCCCCC. Windows color (decimal): -212598 or 9093628. OLE color: 9093628.

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

Color convert

RGB252193138-
CMYK00.230.450.01
HSL28.95º95%76.47%-
HSV(B)28.95º45.24%98.82%-
XYZ63.860.6732.39-
YUV204.3790.55161.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=43.22%
G=33.10%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219313800.230.450.0128.959576.47
HexFCC18A0172D11d5f4c
Octal37430121202755135137114
Binary11111100110000011000101001011110110111110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC18A; }

 p { color: rgb(252,193,138); }

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

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

 a { background-color: rgb(252,193,138); }

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

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

 span { border-color: rgb(252,193,138); }

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