#FFB476

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

Shades of Macaroni And Cheese #FFB476

Tints of Macaroni And Cheese #FFB476

Color information

#FFB476 (or 0xFFB476) is unknown color: approx Macaroni And Cheese. HEX triplet: FF, B4 and 76. RGB value is (255,180,118). Sum of RGB (Red+Green+Blue) = 255+180+118=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB476 is #004B89. Grayscale: #C3C3C3. Windows color (decimal): -19338 or 7779583. OLE color: 7779583.

HSL color Cylindrical-coordinate representation of color #FFB476: hue angle of 27.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB476 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255180118-
CMYK00.290.540
HSL27.15º100%73.14%-
HSV(B)27.15º53.73%100%-
XYZ60.8355.2124.59-
YUV195.3684.35170.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=46.11%
G=32.55%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518011800.290.54027.1510073.14
HexFFB47601D3601b6449
Octal37726416603566033144111
Binary1111111110110100111011001110111011001101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB476; }

 p { color: rgb(255,180,118); }

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

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

 a { background-color: rgb(255,180,118); }

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

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

 span { border-color: rgb(255,180,118); }

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