#F5BA78

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

Shades of Macaroni And Cheese #F5BA78

Tints of Macaroni And Cheese #F5BA78

Color information

#F5BA78 (or 0xF5BA78) is unknown color: approx Macaroni And Cheese. HEX triplet: F5, BA and 78. RGB value is (245,186,120). Sum of RGB (Red+Green+Blue) = 245+186+120=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA78 is #0A4587. Grayscale: #C4C4C4. Windows color (decimal): -673160 or 7912181. OLE color: 7912181.

HSL color Cylindrical-coordinate representation of color #F5BA78: hue angle of 31.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5BA78 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245186120-
CMYK00.240.510.04
HSL31.68º86.21%71.57%-
HSV(B)31.68º51.02%96.08%-
XYZ58.6155.8925.47-
YUV196.1285.05162.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=44.46%
G=33.76%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518612000.240.510.0431.6886.2171.57
HexF5BA78018334205648
Octal36527217003063440126110
Binary1111010110111010111100001100011001110010000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA78; }

 p { color: rgb(245,186,120); }

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

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

 a { background-color: rgb(245,186,120); }

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

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

 span { border-color: rgb(245,186,120); }

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