Shades of Casablanca #F2B34C
Tints of Casablanca #F2B34C
RGB
CMYK
RGB Variations
Color information
#F2B34C (or 0xF2B34C) is known color: Casablanca. HEX triplet: F2, B3 and 4C. RGB value is (242,179,76). Sum of RGB (Red+Green+Blue) = 242+179+76=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B34C is #0D4CB3. Grayscale: #BABABA. Windows color (decimal): -871604 or 5026802. OLE color: 5026802.
HSL color Cylindrical-coordinate representation of color #F2B34C: hue angle of 37.23º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2B34C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 76 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.05 |
| HSL | 37.23º | 0.86% | 0.62% | - |
| HSV(B) | 37.23º | 0.69% | 0.95% | - |
| XYZ | 54.04 | 51.64 | 13.96 | - |
| YUV | 186.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 76 | 0 | 0.26 | 0.69 | 0.05 | 37.23 | 0.86 | 0.62 |
| Hex | F2 | B3 | 4C | 0 | 1A | 45 | 5 | 25 | 56 | 3E |
| Octal | 362 | 263 | 114 | 0 | 32 | 105 | 5 | 45 | 126 | 76 |
| Binary | 11110010 | 10110011 | 1001100 | 0 | 11010 | 1000101 | 101 | 100101 | 1010110 | 111110 |
Color Harmonies of #F2B34C
Complementary color
Monochromatic Colors of #F2B34C
Black with #F2B34C
Text Example
Text Example
White with #F2B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B34C; }
p { color: rgb(242,179,76); }
H1.HeaderClassName
{
color: #F2B34C;
}
.AnyTagClassName
{
color: #F2B34C;
}
</style>
background-color css
<style>
a { background-color: #F2B34C; }
a { background-color: rgb(242,179,76); }
div.DivClassName
{
background-color: #F2B34C;
}
.BgClassName
{
background-color: #F2B34C;
}
</style>
border-color css
<style>
span { border-color: #F2B34C; }
span { border-color: rgb(242,179,76); }
td.TdClassName
{
border-color: #F2B34C;
}
.TagClassName
{
border-color: #F2B34C;
}
</style>