#FEBF76

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

Shades of Macaroni And Cheese #FEBF76

Tints of Macaroni And Cheese #FEBF76

Color information

#FEBF76 (or 0xFEBF76) is unknown color: approx Macaroni And Cheese. HEX triplet: FE, BF and 76. RGB value is (254,191,118). Sum of RGB (Red+Green+Blue) = 254+191+118=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF76 is #014089. Grayscale: #C9C9C9. Windows color (decimal): -82058 or 7782398. OLE color: 7782398.

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

Color convert

RGB254191118-
CMYK00.250.540.00
HSL32.21º98.55%72.94%-
HSV(B)32.21º53.54%99.61%-
XYZ62.7759.6425.34-
YUV201.5280.87165.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=45.12%
G=33.93%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419111800.250.540.0032.2198.5572.94
HexFEBF76019360206349
Octal37627716603166040143111
Binary11111110101111111110110011001110110010000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF76; }

 p { color: rgb(254,191,118); }

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

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

 a { background-color: rgb(254,191,118); }

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

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

 span { border-color: rgb(254,191,118); }

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