#FCB96E

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

Shades of Macaroni And Cheese #FCB96E

Tints of Macaroni And Cheese #FCB96E

Color information

#FCB96E (or 0xFCB96E) is unknown color: approx Macaroni And Cheese. HEX triplet: FC, B9 and 6E. RGB value is (252,185,110). Sum of RGB (Red+Green+Blue) = 252+185+110=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB96E is #034691. Grayscale: #C4C4C4. Windows color (decimal): -214674 or 7256572. OLE color: 7256572.

HSL color Cylindrical-coordinate representation of color #FCB96E: hue angle of 31.69º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCB96E is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252185110-
CMYK00.270.560.01
HSL31.69º95.95%70.98%-
HSV(B)31.69º56.35%98.82%-
XYZ60.3156.5222.48-
YUV196.4879.2167.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 110 (43.36% from 255) = 20.11%
R=46.07%
G=33.82%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218511000.270.560.0131.6995.9570.98
HexFCB96E01B381206047
Octal37427115603370140140107
Binary11111100101110011101110011011111000110000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB96E; }

 p { color: rgb(252,185,110); }

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

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

 a { background-color: rgb(252,185,110); }

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

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

 span { border-color: rgb(252,185,110); }

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