#FEB386

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

Shades of Macaroni And Cheese #FEB386

Tints of Macaroni And Cheese #FEB386

Color information

#FEB386 (or 0xFEB386) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, B3 and 86. RGB value is (254,179,134). Sum of RGB (Red+Green+Blue) = 254+179+134=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB386 is #014C79. Grayscale: #C4C4C4. Windows color (decimal): -85114 or 8827902. OLE color: 8827902.

HSL color Cylindrical-coordinate representation of color #FEB386: hue angle of 22.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEB386 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254179134-
CMYK00.300.470.00
HSL22.5º98.36%76.08%-
HSV(B)22.5º47.24%99.61%-
XYZ61.355.0329.95-
YUV196.392.85169.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=44.80%
G=31.57%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417913400.300.470.0022.598.3676.08
HexFEB38601E2F017624c
Octal37626320603657027142114
Binary11111110101100111000011001111010111101011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB386; }

 p { color: rgb(254,179,134); }

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

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

 a { background-color: rgb(254,179,134); }

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

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

 span { border-color: rgb(254,179,134); }

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