Shades of Casablanca #F2B247
Tints of Casablanca #F2B247
RGB
CMYK
RGB Variations
Color information
#F2B247 (or 0xF2B247) is known color: Casablanca. HEX triplet: F2, B2 and 47. RGB value is (242,178,71). Sum of RGB (Red+Green+Blue) = 242+178+71=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B247 is #0D4DB8. Grayscale: #B9B9B9. Windows color (decimal): -871865 or 4698866. OLE color: 4698866.
HSL color Cylindrical-coordinate representation of color #F2B247: hue angle of 37.54º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2B247 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 71 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.05 |
| HSL | 37.54º | 0.87% | 0.61% | - |
| HSV(B) | 37.54º | 0.71% | 0.95% | - |
| XYZ | 53.68 | 51.17 | 13.01 | - |
| YUV | 184.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 71 | 0 | 0.26 | 0.71 | 0.05 | 37.54 | 0.87 | 0.61 |
| Hex | F2 | B2 | 47 | 0 | 1A | 47 | 5 | 26 | 57 | 3D |
| Octal | 362 | 262 | 107 | 0 | 32 | 107 | 5 | 46 | 127 | 75 |
| Binary | 11110010 | 10110010 | 1000111 | 0 | 11010 | 1000111 | 101 | 100110 | 1010111 | 111101 |
Color Harmonies of #F2B247
Complementary color
Monochromatic Colors of #F2B247
Black with #F2B247
Text Example
Text Example
White with #F2B247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B247; }
p { color: rgb(242,178,71); }
H1.HeaderClassName
{
color: #F2B247;
}
.AnyTagClassName
{
color: #F2B247;
}
</style>
background-color css
<style>
a { background-color: #F2B247; }
a { background-color: rgb(242,178,71); }
div.DivClassName
{
background-color: #F2B247;
}
.BgClassName
{
background-color: #F2B247;
}
</style>
border-color css
<style>
span { border-color: #F2B247; }
span { border-color: rgb(242,178,71); }
td.TdClassName
{
border-color: #F2B247;
}
.TagClassName
{
border-color: #F2B247;
}
</style>