#F5B680

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

Shades of Macaroni And Cheese #F5B680

Tints of Macaroni And Cheese #F5B680

Color information

#F5B680 (or 0xF5B680) is unknown color: approx Macaroni And Cheese. HEX triplet: F5, B6 and 80. RGB value is (245,182,128). Sum of RGB (Red+Green+Blue) = 245+182+128=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B680 is #0A497F. Grayscale: #C2C2C2. Windows color (decimal): -674176 or 8435445. OLE color: 8435445.

HSL color Cylindrical-coordinate representation of color #F5B680: hue angle of 27.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5B680 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245182128-
CMYK00.260.480.04
HSL27.69º85.4%73.14%-
HSV(B)27.69º47.76%96.08%-
XYZ58.2854.4327.86-
YUV194.6890.37163.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.14%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=44.14%
G=32.79%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518212800.260.480.0427.6985.473.14
HexF5B68001A3041c5549
Octal36526620003260434125111
Binary1111010110110110100000000110101100001001110010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B680; }

 p { color: rgb(245,182,128); }

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

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

 a { background-color: rgb(245,182,128); }

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

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

 span { border-color: rgb(245,182,128); }

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