Html Css Color HEX #F5B780 Macaroni And Cheese

📋 copy color: '#F5B780'

red 245 ◦ green 183 ◦ blue 128

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

Shades of Macaroni And Cheese #F5B780

Tints of Macaroni And Cheese #F5B780

RGB

 RED value IS 245 (96.09% from 255) = 44.06%

 GREEN value IS 183 (71.88% from 255) = 32.91%

 BLUE value IS 128 (50.39% from 255) = 23.02%

R = 44.06%
G = 32.91%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5B780 (or 0xF5B780) is known color: Macaroni And Cheese. HEX triplet: F5, B7 and 80. RGB value is (245,183,128). Sum of RGB (Red+Green+Blue) = 245+183+128=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B780 is #0A487F. Grayscale: #C3C3C3. Windows color (decimal): -673920 or 8435701. OLE color: 8435701.

HSL color Cylindrical-coordinate representation of color #F5B780: hue angle of 28.21º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5B780 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 128 -
CMYK 0 0.25 0.48 0.04
HSL 28.21º 0.85% 0.73% -
HSV(B) 28.21º 0.48% 0.96% -
XYZ 58.49 54.84 27.92 -
YUV 195.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 245 183 128 0 0.25 0.48 0.04 28.21 0.85 0.73
Hex F5 B7 80 0 19 30 4 1C 55 49
Octal 365 267 200 0 31 60 4 34 125 111
Binary 11110101 10110111 10000000 0 11001 110000 100 11100 1010101 1001001

Color Harmonies of #F5B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B780

Black with #F5B780

Text Example


Text Example

White with #F5B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B780; }

 p { color: rgb(245,183,128); }

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

background-color css

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

 a { background-color: rgb(245,183,128); }

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

border-color css

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

 span { border-color: rgb(245,183,128); }

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