#FEB382

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

Shades of Macaroni And Cheese #FEB382

Tints of Macaroni And Cheese #FEB382

Color information

#FEB382 (or 0xFEB382) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, B3 and 82. RGB value is (254,179,130). Sum of RGB (Red+Green+Blue) = 254+179+130=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB382 is #014C7D. Grayscale: #C4C4C4. Windows color (decimal): -85118 or 8565758. OLE color: 8565758.

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

Color convert

RGB254179130-
CMYK00.300.490.00
HSL23.71º98.41%75.29%-
HSV(B)23.71º48.82%99.61%-
XYZ61.0254.9228.5-
YUV195.8490.85169.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 130 (51.17% from 255) = 23.09%
R=45.12%
G=31.79%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417913000.300.490.0023.7198.4175.29
HexFEB38201E31018624b
Octal37626320203661030142113
Binary11111110101100111000001001111011000101100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB382; }

 p { color: rgb(254,179,130); }

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

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

 a { background-color: rgb(254,179,130); }

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

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

 span { border-color: rgb(254,179,130); }

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