Html Css Color HEX #FEB370 Macaroni And Cheese

📋 copy color: '#FEB370'

red 254 ◦ green 179 ◦ blue 112

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

Shades of Macaroni And Cheese #FEB370

Tints of Macaroni And Cheese #FEB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 46.61%
G = 32.84%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEB370 (or 0xFEB370) is known color: Macaroni And Cheese. HEX triplet: FE, B3 and 70. RGB value is (254,179,112). Sum of RGB (Red+Green+Blue) = 254+179+112=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB370 is #014C8F. Grayscale: #C2C2C2. Windows color (decimal): -85136 or 7386110. OLE color: 7386110.

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

Color convert

RGB 254 179 112 -
CMYK 0 0.30 0.56 0.00
HSL 28.31º 0.99% 0.72% -
HSV(B) 28.31º 0.56% 1% -
XYZ 59.92 54.48 22.69 -
YUV 193.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 254 179 112 0 0.30 0.56 0.00 28.31 0.99 0.72
Hex FE B3 70 0 1E 38 0 1C 63 48
Octal 376 263 160 0 36 70 0 34 143 110
Binary 11111110 10110011 1110000 0 11110 111000 0 11100 1100011 1001000

Color Harmonies of #FEB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB370

Black with #FEB370

Text Example


Text Example

White with #FEB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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