#FEB974

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

Shades of Macaroni And Cheese #FEB974

Tints of Macaroni And Cheese #FEB974

Color information

#FEB974 (or 0xFEB974) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, B9 and 74. RGB value is (254,185,116). Sum of RGB (Red+Green+Blue) = 254+185+116=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB974 is #01468B. Grayscale: #C6C6C6. Windows color (decimal): -83596 or 7649790. OLE color: 7649790.

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

Color convert

RGB254185116-
CMYK00.270.540.00
HSL30º98.57%72.55%-
HSV(B)30º54.33%99.61%-
XYZ61.3757.0324.3-
YUV197.7681.86168.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=45.77%
G=33.33%
B=20.90%

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
Decimal25418511600.270.540.003098.5772.55
HexFEB97401B3601e6349
Octal37627116403366036143111
Binary1111111010111001111010001101111011001111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB974; }

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

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

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

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

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

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

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

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