Shades of Casablanca #F6B84D
Tints of Casablanca #F6B84D
RGB
CMYK
RGB Variations
Color information
#F6B84D (or 0xF6B84D) is known color: Casablanca. HEX triplet: F6, B8 and 4D. RGB value is (246,184,77). Sum of RGB (Red+Green+Blue) = 246+184+77=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B84D is #0947B2. Grayscale: #BEBEBE. Windows color (decimal): -608179 or 5093622. OLE color: 5093622.
HSL color Cylindrical-coordinate representation of color #F6B84D: hue angle of 37.99º 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 #F6B84D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.04 |
| HSL | 37.99º | 0.9% | 0.63% | - |
| HSV(B) | 37.99º | 0.69% | 0.96% | - |
| XYZ | 56.49 | 54.41 | 14.55 | - |
| YUV | 190.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 77 | 0 | 0.25 | 0.69 | 0.04 | 37.99 | 0.9 | 0.63 |
| Hex | F6 | B8 | 4D | 0 | 19 | 45 | 4 | 26 | 5A | 3F |
| Octal | 366 | 270 | 115 | 0 | 31 | 105 | 4 | 46 | 132 | 77 |
| Binary | 11110110 | 10111000 | 1001101 | 0 | 11001 | 1000101 | 100 | 100110 | 1011010 | 111111 |
Color Harmonies of #F6B84D
Complementary color
Monochromatic Colors of #F6B84D
Black with #F6B84D
Text Example
Text Example
White with #F6B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B84D; }
p { color: rgb(246,184,77); }
H1.HeaderClassName
{
color: #F6B84D;
}
.AnyTagClassName
{
color: #F6B84D;
}
</style>
background-color css
<style>
a { background-color: #F6B84D; }
a { background-color: rgb(246,184,77); }
div.DivClassName
{
background-color: #F6B84D;
}
.BgClassName
{
background-color: #F6B84D;
}
</style>
border-color css
<style>
span { border-color: #F6B84D; }
span { border-color: rgb(246,184,77); }
td.TdClassName
{
border-color: #F6B84D;
}
.TagClassName
{
border-color: #F6B84D;
}
</style>