#F5B874

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

Shades of Macaroni And Cheese #F5B874

Tints of Macaroni And Cheese #F5B874

Color information

#F5B874 (or 0xF5B874) is unknown color: approx Macaroni And Cheese. HEX triplet: F5, B8 and 74. RGB value is (245,184,116). Sum of RGB (Red+Green+Blue) = 245+184+116=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B874 is #0A478B. Grayscale: #C2C2C2. Windows color (decimal): -673676 or 7649525. OLE color: 7649525.

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

Color convert

RGB245184116-
CMYK00.250.530.04
HSL31.63º86.58%70.78%-
HSV(B)31.63º52.65%96.08%-
XYZ57.9554.9524.08-
YUV194.4983.71164.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=44.95%
G=33.76%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518411600.250.530.0431.6386.5870.78
HexF5B874019354205747
Octal36527016403165440127107
Binary1111010110111000111010001100111010110010000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B874; }

 p { color: rgb(245,184,116); }

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

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

 a { background-color: rgb(245,184,116); }

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

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

 span { border-color: rgb(245,184,116); }

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