#F5B885

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

Shades of Macaroni And Cheese #F5B885

Tints of Macaroni And Cheese #F5B885

Color information

#F5B885 (or 0xF5B885) is unknown color: approx Macaroni And Cheese. HEX triplet: F5, B8 and 85. RGB value is (245,184,133). Sum of RGB (Red+Green+Blue) = 245+184+133=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B885 is #0A477A. Grayscale: #C4C4C4. Windows color (decimal): -673659 or 8763637. OLE color: 8763637.

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

Color convert

RGB245184133-
CMYK00.250.460.04
HSL27.32º84.85%74.12%-
HSV(B)27.32º45.71%96.08%-
XYZ59.0355.3929.77-
YUV196.4292.21162.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=43.59%
G=32.74%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518413300.250.460.0427.3284.8574.12
HexF5B8850192E41b554a
Octal36527020503156433125112
Binary1111010110111000100001010110011011101001101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B885; }

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

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

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

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

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

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

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

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