#FEB97D

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

Shades of Macaroni And Cheese #FEB97D

Tints of Macaroni And Cheese #FEB97D

Color information

#FEB97D (or 0xFEB97D) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, B9 and 7D. RGB value is (254,185,125). Sum of RGB (Red+Green+Blue) = 254+185+125=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB97D is #014682. Grayscale: #C7C7C7. Windows color (decimal): -83587 or 8239614. OLE color: 8239614.

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

Color convert

RGB254185125-
CMYK00.270.510.00
HSL27.91º98.47%74.31%-
HSV(B)27.91º50.79%99.61%-
XYZ61.9257.2527.19-
YUV198.7986.36167.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=45.04%
G=32.80%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418512500.270.510.0027.9198.4774.31
HexFEB97D01B3301c624a
Octal37627117503363034142112
Binary1111111010111001111110101101111001101110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB97D; }

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

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

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

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

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

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

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

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