Shades of Casablanca #F2B24D
Tints of Casablanca #F2B24D
RGB
CMYK
RGB Variations
Color information
#F2B24D (or 0xF2B24D) is known color: Casablanca. HEX triplet: F2, B2 and 4D. RGB value is (242,178,77). Sum of RGB (Red+Green+Blue) = 242+178+77=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B24D is #0D4DB2. Grayscale: #BABABA. Windows color (decimal): -871859 or 5092082. OLE color: 5092082.
HSL color Cylindrical-coordinate representation of color #F2B24D: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2B24D is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 77 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.05 |
| HSL | 36.73º | 0.86% | 0.63% | - |
| HSV(B) | 36.73º | 0.68% | 0.95% | - |
| XYZ | 53.88 | 51.25 | 14.07 | - |
| YUV | 185.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 77 | 0 | 0.26 | 0.68 | 0.05 | 36.73 | 0.86 | 0.63 |
| Hex | F2 | B2 | 4D | 0 | 1A | 44 | 5 | 25 | 56 | 3F |
| Octal | 362 | 262 | 115 | 0 | 32 | 104 | 5 | 45 | 126 | 77 |
| Binary | 11110010 | 10110010 | 1001101 | 0 | 11010 | 1000100 | 101 | 100101 | 1010110 | 111111 |
Color Harmonies of #F2B24D
Complementary color
Monochromatic Colors of #F2B24D
Black with #F2B24D
Text Example
Text Example
White with #F2B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B24D; }
p { color: rgb(242,178,77); }
H1.HeaderClassName
{
color: #F2B24D;
}
.AnyTagClassName
{
color: #F2B24D;
}
</style>
background-color css
<style>
a { background-color: #F2B24D; }
a { background-color: rgb(242,178,77); }
div.DivClassName
{
background-color: #F2B24D;
}
.BgClassName
{
background-color: #F2B24D;
}
</style>
border-color css
<style>
span { border-color: #F2B24D; }
span { border-color: rgb(242,178,77); }
td.TdClassName
{
border-color: #F2B24D;
}
.TagClassName
{
border-color: #F2B24D;
}
</style>