Shades of Casablanca #F2B14C
Tints of Casablanca #F2B14C
RGB
CMYK
RGB Variations
Color information
#F2B14C (or 0xF2B14C) is known color: Casablanca. HEX triplet: F2, B1 and 4C. RGB value is (242,177,76). Sum of RGB (Red+Green+Blue) = 242+177+76=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B14C is #0D4EB3. Grayscale: #B9B9B9. Windows color (decimal): -872116 or 5026290. OLE color: 5026290.
HSL color Cylindrical-coordinate representation of color #F2B14C: hue angle of 36.51º 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 #F2B14C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 76 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.05 |
| HSL | 36.51º | 0.86% | 0.62% | - |
| HSV(B) | 36.51º | 0.69% | 0.95% | - |
| XYZ | 53.64 | 50.84 | 13.82 | - |
| YUV | 184.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 76 | 0 | 0.27 | 0.69 | 0.05 | 36.51 | 0.86 | 0.62 |
| Hex | F2 | B1 | 4C | 0 | 1B | 45 | 5 | 25 | 56 | 3E |
| Octal | 362 | 261 | 114 | 0 | 33 | 105 | 5 | 45 | 126 | 76 |
| Binary | 11110010 | 10110001 | 1001100 | 0 | 11011 | 1000101 | 101 | 100101 | 1010110 | 111110 |
Color Harmonies of #F2B14C
Complementary color
Monochromatic Colors of #F2B14C
Black with #F2B14C
Text Example
Text Example
White with #F2B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B14C; }
p { color: rgb(242,177,76); }
H1.HeaderClassName
{
color: #F2B14C;
}
.AnyTagClassName
{
color: #F2B14C;
}
</style>
background-color css
<style>
a { background-color: #F2B14C; }
a { background-color: rgb(242,177,76); }
div.DivClassName
{
background-color: #F2B14C;
}
.BgClassName
{
background-color: #F2B14C;
}
</style>
border-color css
<style>
span { border-color: #F2B14C; }
span { border-color: rgb(242,177,76); }
td.TdClassName
{
border-color: #F2B14C;
}
.TagClassName
{
border-color: #F2B14C;
}
</style>