#F6C080

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

Shades of Macaroni And Cheese #F6C080

Tints of Macaroni And Cheese #F6C080

Color information

#F6C080 (or 0xF6C080) is unknown color: approx Macaroni And Cheese. HEX triplet: F6, C0 and 80. RGB value is (246,192,128). Sum of RGB (Red+Green+Blue) = 246+192+128=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C080 is #093F7F. Grayscale: #C9C9C9. Windows color (decimal): -606080 or 8438006. OLE color: 8438006.

HSL color Cylindrical-coordinate representation of color #F6C080: hue angle of 32.54º degrees, saturation: 0.87, 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 #F6C080 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246192128-
CMYK00.220.480.04
HSL32.54º86.76%73.33%-
HSV(B)32.54º47.97%96.47%-
XYZ60.7558.8528.58-
YUV200.8586.89160.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=43.46%
G=33.92%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619212800.220.480.0432.5486.7673.33
HexF6C080016304215749
Octal36630020002660441127111
Binary11110110110000001000000001011011000010010000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C080; }

 p { color: rgb(246,192,128); }

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

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

 a { background-color: rgb(246,192,128); }

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

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

 span { border-color: rgb(246,192,128); }

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