Shades of Casablanca #F2B44A
Tints of Casablanca #F2B44A
RGB
CMYK
RGB Variations
Color information
#F2B44A (or 0xF2B44A) is known color: Casablanca. HEX triplet: F2, B4 and 4A. RGB value is (242,180,74). Sum of RGB (Red+Green+Blue) = 242+180+74=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B44A is #0D4BB5. Grayscale: #BABABA. Windows color (decimal): -871350 or 4895986. OLE color: 4895986.
HSL color Cylindrical-coordinate representation of color #F2B44A: hue angle of 37.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2B44A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 74 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.05 |
| HSL | 37.86º | 0.87% | 0.62% | - |
| HSV(B) | 37.86º | 0.69% | 0.95% | - |
| XYZ | 54.18 | 52.01 | 13.66 | - |
| YUV | 186.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 74 | 0 | 0.26 | 0.69 | 0.05 | 37.86 | 0.87 | 0.62 |
| Hex | F2 | B4 | 4A | 0 | 1A | 45 | 5 | 26 | 57 | 3E |
| Octal | 362 | 264 | 112 | 0 | 32 | 105 | 5 | 46 | 127 | 76 |
| Binary | 11110010 | 10110100 | 1001010 | 0 | 11010 | 1000101 | 101 | 100110 | 1010111 | 111110 |
Color Harmonies of #F2B44A
Complementary color
Monochromatic Colors of #F2B44A
Black with #F2B44A
Text Example
Text Example
White with #F2B44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B44A; }
p { color: rgb(242,180,74); }
H1.HeaderClassName
{
color: #F2B44A;
}
.AnyTagClassName
{
color: #F2B44A;
}
</style>
background-color css
<style>
a { background-color: #F2B44A; }
a { background-color: rgb(242,180,74); }
div.DivClassName
{
background-color: #F2B44A;
}
.BgClassName
{
background-color: #F2B44A;
}
</style>
border-color css
<style>
span { border-color: #F2B44A; }
span { border-color: rgb(242,180,74); }
td.TdClassName
{
border-color: #F2B44A;
}
.TagClassName
{
border-color: #F2B44A;
}
</style>