Shades of Casablanca #F1AF4D
Tints of Casablanca #F1AF4D
RGB
CMYK
RGB Variations
Color information
#F1AF4D (or 0xF1AF4D) is known color: Casablanca. HEX triplet: F1, AF and 4D. RGB value is (241,175,77). Sum of RGB (Red+Green+Blue) = 241+175+77=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF4D is #0E50B2. Grayscale: #B8B8B8. Windows color (decimal): -938163 or 5091313. OLE color: 5091313.
HSL color Cylindrical-coordinate representation of color #F1AF4D: hue angle of 35.85º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1AF4D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 77 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.05 |
| HSL | 35.85º | 0.85% | 0.62% | - |
| HSV(B) | 35.85º | 0.68% | 0.95% | - |
| XYZ | 52.95 | 49.9 | 13.86 | - |
| YUV | 183.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 77 | 0 | 0.27 | 0.68 | 0.05 | 35.85 | 0.85 | 0.62 |
| Hex | F1 | AF | 4D | 0 | 1B | 44 | 5 | 24 | 55 | 3E |
| Octal | 361 | 257 | 115 | 0 | 33 | 104 | 5 | 44 | 125 | 76 |
| Binary | 11110001 | 10101111 | 1001101 | 0 | 11011 | 1000100 | 101 | 100100 | 1010101 | 111110 |
Color Harmonies of #F1AF4D
Complementary color
Monochromatic Colors of #F1AF4D
Black with #F1AF4D
Text Example
Text Example
White with #F1AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF4D; }
p { color: rgb(241,175,77); }
H1.HeaderClassName
{
color: #F1AF4D;
}
.AnyTagClassName
{
color: #F1AF4D;
}
</style>
background-color css
<style>
a { background-color: #F1AF4D; }
a { background-color: rgb(241,175,77); }
div.DivClassName
{
background-color: #F1AF4D;
}
.BgClassName
{
background-color: #F1AF4D;
}
</style>
border-color css
<style>
span { border-color: #F1AF4D; }
span { border-color: rgb(241,175,77); }
td.TdClassName
{
border-color: #F1AF4D;
}
.TagClassName
{
border-color: #F1AF4D;
}
</style>