Shades of Casablanca #F2B04C
Tints of Casablanca #F2B04C
RGB
CMYK
RGB Variations
Color information
#F2B04C (or 0xF2B04C) is known color: Casablanca. HEX triplet: F2, B0 and 4C. RGB value is (242,176,76). Sum of RGB (Red+Green+Blue) = 242+176+76=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B04C is #0D4FB3. Grayscale: #B8B8B8. Windows color (decimal): -872372 or 5026034. OLE color: 5026034.
HSL color Cylindrical-coordinate representation of color #F2B04C: hue angle of 36.14º 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 #F2B04C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 76 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.05 |
| HSL | 36.14º | 0.86% | 0.62% | - |
| HSV(B) | 36.14º | 0.69% | 0.95% | - |
| XYZ | 53.45 | 50.45 | 13.76 | - |
| YUV | 184.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 76 | 0 | 0.27 | 0.69 | 0.05 | 36.14 | 0.86 | 0.62 |
| Hex | F2 | B0 | 4C | 0 | 1B | 45 | 5 | 24 | 56 | 3E |
| Octal | 362 | 260 | 114 | 0 | 33 | 105 | 5 | 44 | 126 | 76 |
| Binary | 11110010 | 10110000 | 1001100 | 0 | 11011 | 1000101 | 101 | 100100 | 1010110 | 111110 |
Color Harmonies of #F2B04C
Complementary color
Monochromatic Colors of #F2B04C
Black with #F2B04C
Text Example
Text Example
White with #F2B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B04C; }
p { color: rgb(242,176,76); }
H1.HeaderClassName
{
color: #F2B04C;
}
.AnyTagClassName
{
color: #F2B04C;
}
</style>
background-color css
<style>
a { background-color: #F2B04C; }
a { background-color: rgb(242,176,76); }
div.DivClassName
{
background-color: #F2B04C;
}
.BgClassName
{
background-color: #F2B04C;
}
</style>
border-color css
<style>
span { border-color: #F2B04C; }
span { border-color: rgb(242,176,76); }
td.TdClassName
{
border-color: #F2B04C;
}
.TagClassName
{
border-color: #F2B04C;
}
</style>