Shades of Casablanca #F1AD56
Tints of Casablanca #F1AD56
RGB
CMYK
RGB Variations
Color information
#F1AD56 (or 0xF1AD56) is known color: Casablanca. HEX triplet: F1, AD and 56. RGB value is (241,173,86). Sum of RGB (Red+Green+Blue) = 241+173+86=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD56 is #0E52A9. Grayscale: #B7B7B7. Windows color (decimal): -938666 or 5680625. OLE color: 5680625.
HSL color Cylindrical-coordinate representation of color #F1AD56: hue angle of 33.68º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1AD56 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 86 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.05 |
| HSL | 33.68º | 0.85% | 0.64% | - |
| HSV(B) | 33.68º | 0.64% | 0.95% | - |
| XYZ | 52.9 | 49.26 | 15.52 | - |
| YUV | 183.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 86 | 0 | 0.28 | 0.64 | 0.05 | 33.68 | 0.85 | 0.64 |
| Hex | F1 | AD | 56 | 0 | 1C | 40 | 5 | 22 | 55 | 40 |
| Octal | 361 | 255 | 126 | 0 | 34 | 100 | 5 | 42 | 125 | 100 |
| Binary | 11110001 | 10101101 | 1010110 | 0 | 11100 | 1000000 | 101 | 100010 | 1010101 | 1000000 |
Color Harmonies of #F1AD56
Complementary color
Monochromatic Colors of #F1AD56
Black with #F1AD56
Text Example
Text Example
White with #F1AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD56; }
p { color: rgb(241,173,86); }
H1.HeaderClassName
{
color: #F1AD56;
}
.AnyTagClassName
{
color: #F1AD56;
}
</style>
background-color css
<style>
a { background-color: #F1AD56; }
a { background-color: rgb(241,173,86); }
div.DivClassName
{
background-color: #F1AD56;
}
.BgClassName
{
background-color: #F1AD56;
}
</style>
border-color css
<style>
span { border-color: #F1AD56; }
span { border-color: rgb(241,173,86); }
td.TdClassName
{
border-color: #F1AD56;
}
.TagClassName
{
border-color: #F1AD56;
}
</style>