Shades of Casablanca #F6B04C
Tints of Casablanca #F6B04C
RGB
CMYK
RGB Variations
Color information
#F6B04C (or 0xF6B04C) is known color: Casablanca. HEX triplet: F6, B0 and 4C. RGB value is (246,176,76). Sum of RGB (Red+Green+Blue) = 246+176+76=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B04C is #094FB3. Grayscale: #BABABA. Windows color (decimal): -610228 or 5026038. OLE color: 5026038.
HSL color Cylindrical-coordinate representation of color #F6B04C: hue angle of 35.29º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6B04C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 76 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.04 |
| HSL | 35.29º | 0.9% | 0.63% | - |
| HSV(B) | 35.29º | 0.69% | 0.96% | - |
| XYZ | 54.84 | 51.17 | 13.82 | - |
| YUV | 185.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 76 | 0 | 0.28 | 0.69 | 0.04 | 35.29 | 0.9 | 0.63 |
| Hex | F6 | B0 | 4C | 0 | 1C | 45 | 4 | 23 | 5A | 3F |
| Octal | 366 | 260 | 114 | 0 | 34 | 105 | 4 | 43 | 132 | 77 |
| Binary | 11110110 | 10110000 | 1001100 | 0 | 11100 | 1000101 | 100 | 100011 | 1011010 | 111111 |
Color Harmonies of #F6B04C
Complementary color
Monochromatic Colors of #F6B04C
Black with #F6B04C
Text Example
Text Example
White with #F6B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B04C; }
p { color: rgb(246,176,76); }
H1.HeaderClassName
{
color: #F6B04C;
}
.AnyTagClassName
{
color: #F6B04C;
}
</style>
background-color css
<style>
a { background-color: #F6B04C; }
a { background-color: rgb(246,176,76); }
div.DivClassName
{
background-color: #F6B04C;
}
.BgClassName
{
background-color: #F6B04C;
}
</style>
border-color css
<style>
span { border-color: #F6B04C; }
span { border-color: rgb(246,176,76); }
td.TdClassName
{
border-color: #F6B04C;
}
.TagClassName
{
border-color: #F6B04C;
}
</style>