Shades of Caramel #FACF90
Tints of Caramel #FACF90
RGB
CMYK
RGB Variations
Color information
#FACF90 (or 0xFACF90) is known color: Caramel. HEX triplet: FA, CF and 90. RGB value is (250,207,144). Sum of RGB (Red+Green+Blue) = 250+207+144=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF90 is #05306F. Grayscale: #D4D4D4. Windows color (decimal): -340080 or 9490426. OLE color: 9490426.
HSL color Cylindrical-coordinate representation of color #FACF90: hue angle of 35.66º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FACF90 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 144 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.02 |
| HSL | 35.66º | 0.91% | 0.77% | - |
| HSV(B) | 35.66º | 0.42% | 0.98% | - |
| XYZ | 66.77 | 66.96 | 35.79 | - |
| YUV | 212.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 144 | 0 | 0.17 | 0.42 | 0.02 | 35.66 | 0.91 | 0.77 |
| Hex | FA | CF | 90 | 0 | 11 | 2A | 2 | 24 | 5B | 4D |
| Octal | 372 | 317 | 220 | 0 | 21 | 52 | 2 | 44 | 133 | 115 |
| Binary | 11111010 | 11001111 | 10010000 | 0 | 10001 | 101010 | 10 | 100100 | 1011011 | 1001101 |
Color Harmonies of #FACF90
Complementary color
Monochromatic Colors of #FACF90
Black with #FACF90
Text Example
Text Example
White with #FACF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACF90; }
p { color: rgb(250,207,144); }
H1.HeaderClassName
{
color: #FACF90;
}
.AnyTagClassName
{
color: #FACF90;
}
</style>
background-color css
<style>
a { background-color: #FACF90; }
a { background-color: rgb(250,207,144); }
div.DivClassName
{
background-color: #FACF90;
}
.BgClassName
{
background-color: #FACF90;
}
</style>
border-color css
<style>
span { border-color: #FACF90; }
span { border-color: rgb(250,207,144); }
td.TdClassName
{
border-color: #FACF90;
}
.TagClassName
{
border-color: #FACF90;
}
</style>