#FEBD77

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

Shades of Macaroni And Cheese #FEBD77

Tints of Macaroni And Cheese #FEBD77

Color information

#FEBD77 (or 0xFEBD77) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, BD and 77. RGB value is (254,189,119). Sum of RGB (Red+Green+Blue) = 254+189+119=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD77 is #014288. Grayscale: #C8C8C8. Windows color (decimal): -82569 or 7847422. OLE color: 7847422.

HSL color Cylindrical-coordinate representation of color #FEBD77: hue angle of 31.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEBD77 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254189119-
CMYK00.260.530.00
HSL31.11º98.54%73.14%-
HSV(B)31.11º53.15%99.61%-
XYZ62.458.825.51-
YUV200.4682.03166.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 119 (46.88% from 255) = 21.17%
R=45.20%
G=33.63%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418911900.260.530.0031.1198.5473.14
HexFEBD7701A3501f6349
Octal37627516703265037143111
Binary1111111010111101111011101101011010101111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD77; }

 p { color: rgb(254,189,119); }

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

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

 a { background-color: rgb(254,189,119); }

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

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

 span { border-color: rgb(254,189,119); }

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