Shades of Casablanca #F4B84A
Tints of Casablanca #F4B84A
RGB
CMYK
RGB Variations
Color information
#F4B84A (or 0xF4B84A) is known color: Casablanca. HEX triplet: F4, B8 and 4A. RGB value is (244,184,74). Sum of RGB (Red+Green+Blue) = 244+184+74=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B84A is #0B47B5. Grayscale: #BDBDBD. Windows color (decimal): -739254 or 4897012. OLE color: 4897012.
HSL color Cylindrical-coordinate representation of color #F4B84A: hue angle of 38.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4B84A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 74 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.04 |
| HSL | 38.82º | 0.89% | 0.62% | - |
| HSV(B) | 38.82º | 0.7% | 0.96% | - |
| XYZ | 55.68 | 54.01 | 13.97 | - |
| YUV | 189.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 74 | 0 | 0.25 | 0.70 | 0.04 | 38.82 | 0.89 | 0.62 |
| Hex | F4 | B8 | 4A | 0 | 19 | 46 | 4 | 27 | 59 | 3E |
| Octal | 364 | 270 | 112 | 0 | 31 | 106 | 4 | 47 | 131 | 76 |
| Binary | 11110100 | 10111000 | 1001010 | 0 | 11001 | 1000110 | 100 | 100111 | 1011001 | 111110 |
Color Harmonies of #F4B84A
Complementary color
Monochromatic Colors of #F4B84A
Black with #F4B84A
Text Example
Text Example
White with #F4B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B84A; }
p { color: rgb(244,184,74); }
H1.HeaderClassName
{
color: #F4B84A;
}
.AnyTagClassName
{
color: #F4B84A;
}
</style>
background-color css
<style>
a { background-color: #F4B84A; }
a { background-color: rgb(244,184,74); }
div.DivClassName
{
background-color: #F4B84A;
}
.BgClassName
{
background-color: #F4B84A;
}
</style>
border-color css
<style>
span { border-color: #F4B84A; }
span { border-color: rgb(244,184,74); }
td.TdClassName
{
border-color: #F4B84A;
}
.TagClassName
{
border-color: #F4B84A;
}
</style>