#FEC080

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

Shades of Macaroni And Cheese #FEC080

Tints of Macaroni And Cheese #FEC080

Color information

#FEC080 (or 0xFEC080) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, C0 and 80. RGB value is (254,192,128). Sum of RGB (Red+Green+Blue) = 254+192+128=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC080 is #013F7F. Grayscale: #CBCBCB. Windows color (decimal): -81792 or 8438014. OLE color: 8438014.

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

Color convert

RGB254192128-
CMYK00.240.500.00
HSL30.48º98.44%74.9%-
HSV(B)30.48º49.61%99.61%-
XYZ63.6260.3328.71-
YUV203.2485.54164.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 192 (75.39% from 255) = 33.45%
BLUE value IS 128 (50.39% from 255) = 22.30%
R=44.25%
G=33.45%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419212800.240.500.0030.4898.4474.9
HexFEC0800183201e624b
Octal37630020003062036142113
Binary11111110110000001000000001100011001001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC080; }

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

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

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

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

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

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

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

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