Shades of Casablanca #F2B450
Tints of Casablanca #F2B450
RGB
CMYK
RGB Variations
Color information
#F2B450 (or 0xF2B450) is known color: Casablanca. HEX triplet: F2, B4 and 50. RGB value is (242,180,80). Sum of RGB (Red+Green+Blue) = 242+180+80=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B450 is #0D4BAF. Grayscale: #BBBBBB. Windows color (decimal): -871344 or 5289202. OLE color: 5289202.
HSL color Cylindrical-coordinate representation of color #F2B450: hue angle of 37.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2B450 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 80 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.05 |
| HSL | 37.04º | 0.86% | 0.63% | - |
| HSV(B) | 37.04º | 0.67% | 0.95% | - |
| XYZ | 54.39 | 52.1 | 14.78 | - |
| YUV | 187.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 80 | 0 | 0.26 | 0.67 | 0.05 | 37.04 | 0.86 | 0.63 |
| Hex | F2 | B4 | 50 | 0 | 1A | 43 | 5 | 25 | 56 | 3F |
| Octal | 362 | 264 | 120 | 0 | 32 | 103 | 5 | 45 | 126 | 77 |
| Binary | 11110010 | 10110100 | 1010000 | 0 | 11010 | 1000011 | 101 | 100101 | 1010110 | 111111 |
Color Harmonies of #F2B450
Complementary color
Monochromatic Colors of #F2B450
Black with #F2B450
Text Example
Text Example
White with #F2B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B450; }
p { color: rgb(242,180,80); }
H1.HeaderClassName
{
color: #F2B450;
}
.AnyTagClassName
{
color: #F2B450;
}
</style>
background-color css
<style>
a { background-color: #F2B450; }
a { background-color: rgb(242,180,80); }
div.DivClassName
{
background-color: #F2B450;
}
.BgClassName
{
background-color: #F2B450;
}
</style>
border-color css
<style>
span { border-color: #F2B450; }
span { border-color: rgb(242,180,80); }
td.TdClassName
{
border-color: #F2B450;
}
.TagClassName
{
border-color: #F2B450;
}
</style>