Shades of Casablanca #F3BB5C
Tints of Casablanca #F3BB5C
RGB
CMYK
RGB Variations
Color information
#F3BB5C (or 0xF3BB5C) is known color: Casablanca. HEX triplet: F3, BB and 5C. RGB value is (243,187,92). Sum of RGB (Red+Green+Blue) = 243+187+92=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BB5C is #0C44A3. Grayscale: #C1C1C1. Windows color (decimal): -804004 or 6077427. OLE color: 6077427.
HSL color Cylindrical-coordinate representation of color #F3BB5C: hue angle of 37.75º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3BB5C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 92 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.05 |
| HSL | 37.75º | 0.86% | 0.66% | - |
| HSV(B) | 37.75º | 0.62% | 0.95% | - |
| XYZ | 56.66 | 55.37 | 17.83 | - |
| YUV | 192.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 92 | 0 | 0.23 | 0.62 | 0.05 | 37.75 | 0.86 | 0.66 |
| Hex | F3 | BB | 5C | 0 | 17 | 3E | 5 | 26 | 56 | 42 |
| Octal | 363 | 273 | 134 | 0 | 27 | 76 | 5 | 46 | 126 | 102 |
| Binary | 11110011 | 10111011 | 1011100 | 0 | 10111 | 111110 | 101 | 100110 | 1010110 | 1000010 |
Color Harmonies of #F3BB5C
Complementary color
Monochromatic Colors of #F3BB5C
Black with #F3BB5C
Text Example
Text Example
White with #F3BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB5C; }
p { color: rgb(243,187,92); }
H1.HeaderClassName
{
color: #F3BB5C;
}
.AnyTagClassName
{
color: #F3BB5C;
}
</style>
background-color css
<style>
a { background-color: #F3BB5C; }
a { background-color: rgb(243,187,92); }
div.DivClassName
{
background-color: #F3BB5C;
}
.BgClassName
{
background-color: #F3BB5C;
}
</style>
border-color css
<style>
span { border-color: #F3BB5C; }
span { border-color: rgb(243,187,92); }
td.TdClassName
{
border-color: #F3BB5C;
}
.TagClassName
{
border-color: #F3BB5C;
}
</style>