#FFB480

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

Shades of Macaroni And Cheese #FFB480

Tints of Macaroni And Cheese #FFB480

Color information

#FFB480 (or 0xFFB480) is unknown color: approx Macaroni And Cheese. HEX triplet: FF, B4 and 80. RGB value is (255,180,128). Sum of RGB (Red+Green+Blue) = 255+180+128=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB480 is #004B7F. Grayscale: #C4C4C4. Windows color (decimal): -19328 or 8434943. OLE color: 8434943.

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

Color convert

RGB255180128-
CMYK00.290.500
HSL24.57º100%75.1%-
HSV(B)24.57º49.8%100%-
XYZ61.4655.4627.89-
YUV196.589.35169.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=45.29%
G=31.97%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518012800.290.50024.5710075.1
HexFFB48001D32019644b
Octal37726420003562031144113
Binary11111111101101001000000001110111001001100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB480; }

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

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

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

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

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

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

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

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