Html Css Color HEX #FAB380 Macaroni And Cheese

📋 copy color: '#FAB380'

red 250 ◦ green 179 ◦ blue 128

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

Shades of Macaroni And Cheese #FAB380

Tints of Macaroni And Cheese #FAB380

RGB

 RED value IS 250 (98.05% from 255) = 44.88%

 GREEN value IS 179 (70.31% from 255) = 32.14%

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

R = 44.88%
G = 32.14%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAB380 (or 0xFAB380) is known color: Macaroni And Cheese. HEX triplet: FA, B3 and 80. RGB value is (250,179,128). Sum of RGB (Red+Green+Blue) = 250+179+128=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB380 is #054C7F. Grayscale: #C2C2C2. Windows color (decimal): -347264 or 8434682. OLE color: 8434682.

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

Color convert

RGB 250 179 128 -
CMYK 0 0.28 0.49 0.02
HSL 25.08º 0.92% 0.74% -
HSV(B) 25.08º 0.49% 0.98% -
XYZ 59.44 54.12 27.74 -
YUV 194.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 250 179 128 0 0.28 0.49 0.02 25.08 0.92 0.74
Hex FA B3 80 0 1C 31 2 19 5C 4A
Octal 372 263 200 0 34 61 2 31 134 112
Binary 11111010 10110011 10000000 0 11100 110001 10 11001 1011100 1001010

Color Harmonies of #FAB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB380

Black with #FAB380

Text Example


Text Example

White with #FAB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB380; }

 p { color: rgb(250,179,128); }

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

background-color css

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

 a { background-color: rgb(250,179,128); }

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

border-color css

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

 span { border-color: rgb(250,179,128); }

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