Html Css Color HEX #FAC07B Macaroni And Cheese
📋 copy color: '#FAC07B'red 250 ◦ green 192 ◦ blue 123
Shades of Macaroni And Cheese #FAC07B
Tints of Macaroni And Cheese #FAC07B
RGB
CMYK
RGB Variations
Color information
#FAC07B (or 0xFAC07B) is known color: Macaroni And Cheese. HEX triplet: FA, C0 and 7B. RGB value is (250,192,123). Sum of RGB (Red+Green+Blue) = 250+192+123=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC07B is #053F84. Grayscale: #C9C9C9. Windows color (decimal): -343941 or 8110330. OLE color: 8110330.
HSL color Cylindrical-coordinate representation of color #FAC07B: hue angle of 32.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAC07B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.02 |
| HSL | 32.6º | 0.93% | 0.73% | - |
| HSV(B) | 32.6º | 0.51% | 0.98% | - |
| XYZ | 61.85 | 59.45 | 26.95 | - |
| YUV | 201.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 123 | 0 | 0.23 | 0.51 | 0.02 | 32.6 | 0.93 | 0.73 |
| Hex | FA | C0 | 7B | 0 | 17 | 33 | 2 | 21 | 5D | 49 |
| Octal | 372 | 300 | 173 | 0 | 27 | 63 | 2 | 41 | 135 | 111 |
| Binary | 11111010 | 11000000 | 1111011 | 0 | 10111 | 110011 | 10 | 100001 | 1011101 | 1001001 |
Color Harmonies of #FAC07B
Complementary color
Monochromatic Colors of #FAC07B
Black with #FAC07B
Text Example
Text Example
White with #FAC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC07B; }
p { color: rgb(250,192,123); }
H1.HeaderClassName
{
color: #FAC07B;
}
.AnyTagClassName
{
color: #FAC07B;
}
</style>
background-color css
<style>
a { background-color: #FAC07B; }
a { background-color: rgb(250,192,123); }
div.DivClassName
{
background-color: #FAC07B;
}
.BgClassName
{
background-color: #FAC07B;
}
</style>
border-color css
<style>
span { border-color: #FAC07B; }
span { border-color: rgb(250,192,123); }
td.TdClassName
{
border-color: #FAC07B;
}
.TagClassName
{
border-color: #FAC07B;
}
</style>