#FFB380

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

Shades of Macaroni And Cheese #FFB380

Tints of Macaroni And Cheese #FFB380

Color information

#FFB380 (or 0xFFB380) is unknown color: approx Macaroni And Cheese. HEX triplet: FF, B3 and 80. RGB value is (255,179,128). Sum of RGB (Red+Green+Blue) = 255+179+128=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB380 is #004C7F. Grayscale: #C4C4C4. Windows color (decimal): -19584 or 8434687. OLE color: 8434687.

HSL color Cylindrical-coordinate representation of color #FFB380: hue angle of 24.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFB380 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255179128-
CMYK00.300.500
HSL24.09º100%75.1%-
HSV(B)24.09º49.8%100%-
XYZ61.2655.0627.82-
YUV195.9189.68170.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=45.37%
G=31.85%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517912800.300.50024.0910075.1
HexFFB38001E32018644b
Octal37726320003662030144113
Binary11111111101100111000000001111011001001100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB380; }

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

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

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

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

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

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

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

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