Html Css Color HEX #FEB376 Macaroni And Cheese

📋 copy color: '#FEB376'

red 254 ◦ green 179 ◦ blue 118

#FEB376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Macaroni And Cheese #FEB376

Tints of Macaroni And Cheese #FEB376

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

 GREEN value IS 179 (70.31% from 255) = 32.49%

 BLUE value IS 118 (46.48% from 255) = 21.42%

R = 46.1%
G = 32.49%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEB376 (or 0xFEB376) is known color: Macaroni And Cheese. HEX triplet: FE, B3 and 76. RGB value is (254,179,118). Sum of RGB (Red+Green+Blue) = 254+179+118=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB376 is #014C89. Grayscale: #C2C2C2. Windows color (decimal): -85130 or 7779326. OLE color: 7779326.

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

Color convert

RGB 254 179 118 -
CMYK 0 0.30 0.54 0.00
HSL 26.91º 0.99% 0.73% -
HSV(B) 26.91º 0.54% 1% -
XYZ 60.26 54.62 24.51 -
YUV 194.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 254 179 118 0 0.30 0.54 0.00 26.91 0.99 0.73
Hex FE B3 76 0 1E 36 0 1B 63 49
Octal 376 263 166 0 36 66 0 33 143 111
Binary 11111110 10110011 1110110 0 11110 110110 0 11011 1100011 1001001

Color Harmonies of #FEB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB376

Black with #FEB376

Text Example


Text Example

White with #FEB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB376; }

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

 H1.HeaderClassName
 {
   color: #FEB376;
 }
 .AnyTagClassName
 {
   color: #FEB376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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