Shades of Casablanca #F2B049
Tints of Casablanca #F2B049
RGB
CMYK
RGB Variations
Color information
#F2B049 (or 0xF2B049) is known color: Casablanca. HEX triplet: F2, B0 and 49. RGB value is (242,176,73). Sum of RGB (Red+Green+Blue) = 242+176+73=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B049 is #0D4FB6. Grayscale: #B8B8B8. Windows color (decimal): -872375 or 4829426. OLE color: 4829426.
HSL color Cylindrical-coordinate representation of color #F2B049: hue angle of 36.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2B049 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 73 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.05 |
| HSL | 36.57º | 0.87% | 0.62% | - |
| HSV(B) | 36.57º | 0.7% | 0.95% | - |
| XYZ | 53.35 | 50.41 | 13.22 | - |
| YUV | 183.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 73 | 0 | 0.27 | 0.70 | 0.05 | 36.57 | 0.87 | 0.62 |
| Hex | F2 | B0 | 49 | 0 | 1B | 46 | 5 | 25 | 57 | 3E |
| Octal | 362 | 260 | 111 | 0 | 33 | 106 | 5 | 45 | 127 | 76 |
| Binary | 11110010 | 10110000 | 1001001 | 0 | 11011 | 1000110 | 101 | 100101 | 1010111 | 111110 |
Color Harmonies of #F2B049
Complementary color
Monochromatic Colors of #F2B049
Black with #F2B049
Text Example
Text Example
White with #F2B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B049; }
p { color: rgb(242,176,73); }
H1.HeaderClassName
{
color: #F2B049;
}
.AnyTagClassName
{
color: #F2B049;
}
</style>
background-color css
<style>
a { background-color: #F2B049; }
a { background-color: rgb(242,176,73); }
div.DivClassName
{
background-color: #F2B049;
}
.BgClassName
{
background-color: #F2B049;
}
</style>
border-color css
<style>
span { border-color: #F2B049; }
span { border-color: rgb(242,176,73); }
td.TdClassName
{
border-color: #F2B049;
}
.TagClassName
{
border-color: #F2B049;
}
</style>