#FEBE80

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

Shades of Macaroni And Cheese #FEBE80

Tints of Macaroni And Cheese #FEBE80

Color information

#FEBE80 (or 0xFEBE80) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, BE and 80. RGB value is (254,190,128). Sum of RGB (Red+Green+Blue) = 254+190+128=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBE80 is #01417F. Grayscale: #CACACA. Windows color (decimal): -82304 or 8437502. OLE color: 8437502.

HSL color Cylindrical-coordinate representation of color #FEBE80: hue angle of 29.52º 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 #FEBE80 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254190128-
CMYK00.250.500.00
HSL29.52º98.44%74.9%-
HSV(B)29.52º49.61%99.61%-
XYZ63.1859.4628.57-
YUV202.0786.2165.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=44.41%
G=33.22%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419012800.250.500.0029.5298.4474.9
HexFEBE800193201e624b
Octal37627620003162036142113
Binary11111110101111101000000001100111001001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE80; }

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

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

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

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

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

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

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

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