Shades of Casablanca #F2B45A
Tints of Casablanca #F2B45A
RGB
CMYK
RGB Variations
Color information
#F2B45A (or 0xF2B45A) is known color: Casablanca. HEX triplet: F2, B4 and 5A. RGB value is (242,180,90). Sum of RGB (Red+Green+Blue) = 242+180+90=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B45A is #0D4BA5. Grayscale: #BCBCBC. Windows color (decimal): -871334 or 5944562. OLE color: 5944562.
HSL color Cylindrical-coordinate representation of color #F2B45A: hue angle of 35.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2B45A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 90 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.05 |
| HSL | 35.53º | 0.85% | 0.65% | - |
| HSV(B) | 35.53º | 0.63% | 0.95% | - |
| XYZ | 54.78 | 52.26 | 16.87 | - |
| YUV | 188.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 90 | 0 | 0.26 | 0.63 | 0.05 | 35.53 | 0.85 | 0.65 |
| Hex | F2 | B4 | 5A | 0 | 1A | 3F | 5 | 24 | 55 | 41 |
| Octal | 362 | 264 | 132 | 0 | 32 | 77 | 5 | 44 | 125 | 101 |
| Binary | 11110010 | 10110100 | 1011010 | 0 | 11010 | 111111 | 101 | 100100 | 1010101 | 1000001 |
Color Harmonies of #F2B45A
Complementary color
Monochromatic Colors of #F2B45A
Black with #F2B45A
Text Example
Text Example
White with #F2B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B45A; }
p { color: rgb(242,180,90); }
H1.HeaderClassName
{
color: #F2B45A;
}
.AnyTagClassName
{
color: #F2B45A;
}
</style>
background-color css
<style>
a { background-color: #F2B45A; }
a { background-color: rgb(242,180,90); }
div.DivClassName
{
background-color: #F2B45A;
}
.BgClassName
{
background-color: #F2B45A;
}
</style>
border-color css
<style>
span { border-color: #F2B45A; }
span { border-color: rgb(242,180,90); }
td.TdClassName
{
border-color: #F2B45A;
}
.TagClassName
{
border-color: #F2B45A;
}
</style>