Html Css Color HEX #FDB68A Macaroni And Cheese
📋 copy color: '#FDB68A'red 253 ◦ green 182 ◦ blue 138
Shades of Macaroni And Cheese #FDB68A
Tints of Macaroni And Cheese #FDB68A
RGB
CMYK
RGB Variations
Color information
#FDB68A (or 0xFDB68A) is known color: Macaroni And Cheese. HEX triplet: FD, B6 and 8A. RGB value is (253,182,138). Sum of RGB (Red+Green+Blue) = 253+182+138=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB68A is #024975. Grayscale: #C6C6C6. Windows color (decimal): -149878 or 9090813. OLE color: 9090813.
HSL color Cylindrical-coordinate representation of color #FDB68A: hue angle of 22.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB68A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 138 | - |
CMYK | 0 | 0.28 | 0.45 | 0.01 |
HSL | 22.96º | 0.97% | 0.77% | - |
HSV(B) | 22.96º | 0.45% | 0.99% | - |
XYZ | 61.82 | 56.17 | 31.63 | - |
YUV | 198.21 | 94.02 | 167.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 138 | 0 | 0.28 | 0.45 | 0.01 | 22.96 | 0.97 | 0.77 |
Hex | FD | B6 | 8A | 0 | 1C | 2D | 1 | 17 | 61 | 4D |
Octal | 375 | 266 | 212 | 0 | 34 | 55 | 1 | 27 | 141 | 115 |
Binary | 11111101 | 10110110 | 10001010 | 0 | 11100 | 101101 | 1 | 10111 | 1100001 | 1001101 |
Color Harmonies of #FDB68A
Complementary color
Monochromatic Colors of #FDB68A
Black with #FDB68A
Text Example
Text Example
White with #FDB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB68A; }
p { color: rgb(253,182,138); }
H1.HeaderClassName
{
color: #FDB68A;
}
.AnyTagClassName
{
color: #FDB68A;
}
</style>
background-color css
<style>
a { background-color: #FDB68A; }
a { background-color: rgb(253,182,138); }
div.DivClassName
{
background-color: #FDB68A;
}
.BgClassName
{
background-color: #FDB68A;
}
</style>
border-color css
<style>
span { border-color: #FDB68A; }
span { border-color: rgb(253,182,138); }
td.TdClassName
{
border-color: #FDB68A;
}
.TagClassName
{
border-color: #FDB68A;
}
</style>