Shades of Caramel #FAD492
Tints of Caramel #FAD492
RGB
CMYK
RGB Variations
Color information
#FAD492 (or 0xFAD492) is known color: Caramel. HEX triplet: FA, D4 and 92. RGB value is (250,212,146). Sum of RGB (Red+Green+Blue) = 250+212+146=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD492 is #052B6D. Grayscale: #D8D8D8. Windows color (decimal): -338798 or 9622778. OLE color: 9622778.
HSL color Cylindrical-coordinate representation of color #FAD492: hue angle of 38.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAD492 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 146 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.02 |
| HSL | 38.08º | 0.91% | 0.78% | - |
| HSV(B) | 38.08º | 0.42% | 0.98% | - |
| XYZ | 68.16 | 69.49 | 37.01 | - |
| YUV | 215.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 146 | 0 | 0.15 | 0.42 | 0.02 | 38.08 | 0.91 | 0.78 |
| Hex | FA | D4 | 92 | 0 | F | 2A | 2 | 26 | 5B | 4E |
| Octal | 372 | 324 | 222 | 0 | 17 | 52 | 2 | 46 | 133 | 116 |
| Binary | 11111010 | 11010100 | 10010010 | 0 | 1111 | 101010 | 10 | 100110 | 1011011 | 1001110 |
Color Harmonies of #FAD492
Complementary color
Monochromatic Colors of #FAD492
Black with #FAD492
Text Example
Text Example
White with #FAD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD492; }
p { color: rgb(250,212,146); }
H1.HeaderClassName
{
color: #FAD492;
}
.AnyTagClassName
{
color: #FAD492;
}
</style>
background-color css
<style>
a { background-color: #FAD492; }
a { background-color: rgb(250,212,146); }
div.DivClassName
{
background-color: #FAD492;
}
.BgClassName
{
background-color: #FAD492;
}
</style>
border-color css
<style>
span { border-color: #FAD492; }
span { border-color: rgb(250,212,146); }
td.TdClassName
{
border-color: #FAD492;
}
.TagClassName
{
border-color: #FAD492;
}
</style>