Shades of Casablanca #F2B45D
Tints of Casablanca #F2B45D
RGB
CMYK
RGB Variations
Color information
#F2B45D (or 0xF2B45D) is known color: Casablanca. HEX triplet: F2, B4 and 5D. RGB value is (242,180,93). Sum of RGB (Red+Green+Blue) = 242+180+93=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B45D is #0D4BA2. Grayscale: #BDBDBD. Windows color (decimal): -871331 or 6141170. OLE color: 6141170.
HSL color Cylindrical-coordinate representation of color #F2B45D: hue angle of 35.03º degrees, saturation: 0.85, 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 #F2B45D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 93 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.05 |
| HSL | 35.03º | 0.85% | 0.66% | - |
| HSV(B) | 35.03º | 0.62% | 0.95% | - |
| XYZ | 54.91 | 52.31 | 17.56 | - |
| YUV | 188.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 93 | 0 | 0.26 | 0.62 | 0.05 | 35.03 | 0.85 | 0.66 |
| Hex | F2 | B4 | 5D | 0 | 1A | 3E | 5 | 23 | 55 | 42 |
| Octal | 362 | 264 | 135 | 0 | 32 | 76 | 5 | 43 | 125 | 102 |
| Binary | 11110010 | 10110100 | 1011101 | 0 | 11010 | 111110 | 101 | 100011 | 1010101 | 1000010 |
Color Harmonies of #F2B45D
Complementary color
Monochromatic Colors of #F2B45D
Black with #F2B45D
Text Example
Text Example
White with #F2B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B45D; }
p { color: rgb(242,180,93); }
H1.HeaderClassName
{
color: #F2B45D;
}
.AnyTagClassName
{
color: #F2B45D;
}
</style>
background-color css
<style>
a { background-color: #F2B45D; }
a { background-color: rgb(242,180,93); }
div.DivClassName
{
background-color: #F2B45D;
}
.BgClassName
{
background-color: #F2B45D;
}
</style>
border-color css
<style>
span { border-color: #F2B45D; }
span { border-color: rgb(242,180,93); }
td.TdClassName
{
border-color: #F2B45D;
}
.TagClassName
{
border-color: #F2B45D;
}
</style>