Shades of Casablanca #F2B051
Tints of Casablanca #F2B051
RGB
CMYK
RGB Variations
Color information
#F2B051 (or 0xF2B051) is known color: Casablanca. HEX triplet: F2, B0 and 51. RGB value is (242,176,81). Sum of RGB (Red+Green+Blue) = 242+176+81=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B051 is #0D4FAE. Grayscale: #B9B9B9. Windows color (decimal): -872367 or 5353714. OLE color: 5353714.
HSL color Cylindrical-coordinate representation of color #F2B051: hue angle of 35.4º 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 #F2B051 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 81 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.05 |
| HSL | 35.4º | 0.86% | 0.63% | - |
| HSV(B) | 35.4º | 0.67% | 0.95% | - |
| XYZ | 53.63 | 50.52 | 14.71 | - |
| YUV | 184.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 81 | 0 | 0.27 | 0.67 | 0.05 | 35.4 | 0.86 | 0.63 |
| Hex | F2 | B0 | 51 | 0 | 1B | 43 | 5 | 23 | 56 | 3F |
| Octal | 362 | 260 | 121 | 0 | 33 | 103 | 5 | 43 | 126 | 77 |
| Binary | 11110010 | 10110000 | 1010001 | 0 | 11011 | 1000011 | 101 | 100011 | 1010110 | 111111 |
Color Harmonies of #F2B051
Complementary color
Monochromatic Colors of #F2B051
Black with #F2B051
Text Example
Text Example
White with #F2B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B051; }
p { color: rgb(242,176,81); }
H1.HeaderClassName
{
color: #F2B051;
}
.AnyTagClassName
{
color: #F2B051;
}
</style>
background-color css
<style>
a { background-color: #F2B051; }
a { background-color: rgb(242,176,81); }
div.DivClassName
{
background-color: #F2B051;
}
.BgClassName
{
background-color: #F2B051;
}
</style>
border-color css
<style>
span { border-color: #F2B051; }
span { border-color: rgb(242,176,81); }
td.TdClassName
{
border-color: #F2B051;
}
.TagClassName
{
border-color: #F2B051;
}
</style>