Shades of Casablanca #F3B15C
Tints of Casablanca #F3B15C
RGB
CMYK
RGB Variations
Color information
#F3B15C (or 0xF3B15C) is known color: Casablanca. HEX triplet: F3, B1 and 5C. RGB value is (243,177,92). Sum of RGB (Red+Green+Blue) = 243+177+92=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B15C is #0C4EA3. Grayscale: #BBBBBB. Windows color (decimal): -806564 or 6074867. OLE color: 6074867.
HSL color Cylindrical-coordinate representation of color #F3B15C: hue angle of 33.77º 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 #F3B15C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 92 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.05 |
| HSL | 33.77º | 0.86% | 0.66% | - |
| HSV(B) | 33.77º | 0.62% | 0.95% | - |
| XYZ | 54.62 | 51.27 | 17.14 | - |
| YUV | 187.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 92 | 0 | 0.27 | 0.62 | 0.05 | 33.77 | 0.86 | 0.66 |
| Hex | F3 | B1 | 5C | 0 | 1B | 3E | 5 | 22 | 56 | 42 |
| Octal | 363 | 261 | 134 | 0 | 33 | 76 | 5 | 42 | 126 | 102 |
| Binary | 11110011 | 10110001 | 1011100 | 0 | 11011 | 111110 | 101 | 100010 | 1010110 | 1000010 |
Color Harmonies of #F3B15C
Complementary color
Monochromatic Colors of #F3B15C
Black with #F3B15C
Text Example
Text Example
White with #F3B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B15C; }
p { color: rgb(243,177,92); }
H1.HeaderClassName
{
color: #F3B15C;
}
.AnyTagClassName
{
color: #F3B15C;
}
</style>
background-color css
<style>
a { background-color: #F3B15C; }
a { background-color: rgb(243,177,92); }
div.DivClassName
{
background-color: #F3B15C;
}
.BgClassName
{
background-color: #F3B15C;
}
</style>
border-color css
<style>
span { border-color: #F3B15C; }
span { border-color: rgb(243,177,92); }
td.TdClassName
{
border-color: #F3B15C;
}
.TagClassName
{
border-color: #F3B15C;
}
</style>