#FEBA74

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

Shades of Macaroni And Cheese #FEBA74

Tints of Macaroni And Cheese #FEBA74

Color information

#FEBA74 (or 0xFEBA74) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, BA and 74. RGB value is (254,186,116). Sum of RGB (Red+Green+Blue) = 254+186+116=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA74 is #01458B. Grayscale: #C6C6C6. Windows color (decimal): -83340 or 7650046. OLE color: 7650046.

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

Color convert

RGB254186116-
CMYK00.270.540.00
HSL30.43º98.57%72.55%-
HSV(B)30.43º54.33%99.61%-
XYZ61.5857.4524.37-
YUV198.3581.53167.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 116 (45.70% from 255) = 20.86%
R=45.68%
G=33.45%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418611600.270.540.0030.4398.5772.55
HexFEBA7401B3601e6349
Octal37627216403366036143111
Binary1111111010111010111010001101111011001111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA74; }

 p { color: rgb(254,186,116); }

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

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

 a { background-color: rgb(254,186,116); }

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

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

 span { border-color: rgb(254,186,116); }

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