#FAB983

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

Shades of Macaroni And Cheese #FAB983

Tints of Macaroni And Cheese #FAB983

Color information

#FAB983 (or 0xFAB983) is unknown color: approx Macaroni And Cheese. HEX triplet: FA, B9 and 83. RGB value is (250,185,131). Sum of RGB (Red+Green+Blue) = 250+185+131=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB983 is #05467C. Grayscale: #C6C6C6. Windows color (decimal): -345725 or 8632826. OLE color: 8632826.

HSL color Cylindrical-coordinate representation of color #FAB983: hue angle of 27.23º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAB983 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250185131-
CMYK00.260.480.02
HSL27.23º92.25%74.71%-
HSV(B)27.23º47.6%98.04%-
XYZ60.8756.6629.2-
YUV198.2890.03164.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=44.17%
G=32.69%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018513100.260.480.0227.2392.2574.71
HexFAB98301A3021b5c4b
Octal37227120303260233134113
Binary111110101011100110000011011010110000101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB983; }

 p { color: rgb(250,185,131); }

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

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

 a { background-color: rgb(250,185,131); }

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

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

 span { border-color: rgb(250,185,131); }

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