Shades of Casablanca #F2B35C
Tints of Casablanca #F2B35C
RGB
CMYK
RGB Variations
Color information
#F2B35C (or 0xF2B35C) is known color: Casablanca. HEX triplet: F2, B3 and 5C. RGB value is (242,179,92). Sum of RGB (Red+Green+Blue) = 242+179+92=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B35C is #0D4CA3. Grayscale: #BCBCBC. Windows color (decimal): -871588 or 6075378. OLE color: 6075378.
HSL color Cylindrical-coordinate representation of color #F2B35C: hue angle of 34.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2B35C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 92 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.05 |
| HSL | 34.8º | 0.85% | 0.65% | - |
| HSV(B) | 34.8º | 0.62% | 0.95% | - |
| XYZ | 54.67 | 51.89 | 17.26 | - |
| YUV | 187.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 92 | 0 | 0.26 | 0.62 | 0.05 | 34.8 | 0.85 | 0.65 |
| Hex | F2 | B3 | 5C | 0 | 1A | 3E | 5 | 23 | 55 | 41 |
| Octal | 362 | 263 | 134 | 0 | 32 | 76 | 5 | 43 | 125 | 101 |
| Binary | 11110010 | 10110011 | 1011100 | 0 | 11010 | 111110 | 101 | 100011 | 1010101 | 1000001 |
Color Harmonies of #F2B35C
Complementary color
Monochromatic Colors of #F2B35C
Black with #F2B35C
Text Example
Text Example
White with #F2B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B35C; }
p { color: rgb(242,179,92); }
H1.HeaderClassName
{
color: #F2B35C;
}
.AnyTagClassName
{
color: #F2B35C;
}
</style>
background-color css
<style>
a { background-color: #F2B35C; }
a { background-color: rgb(242,179,92); }
div.DivClassName
{
background-color: #F2B35C;
}
.BgClassName
{
background-color: #F2B35C;
}
</style>
border-color css
<style>
span { border-color: #F2B35C; }
span { border-color: rgb(242,179,92); }
td.TdClassName
{
border-color: #F2B35C;
}
.TagClassName
{
border-color: #F2B35C;
}
</style>