Shades of Casablanca #F4B752
Tints of Casablanca #F4B752
RGB
CMYK
RGB Variations
Color information
#F4B752 (or 0xF4B752) is known color: Casablanca. HEX triplet: F4, B7 and 52. RGB value is (244,183,82). Sum of RGB (Red+Green+Blue) = 244+183+82=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B752 is #0B48AD. Grayscale: #BEBEBE. Windows color (decimal): -739502 or 5421044. OLE color: 5421044.
HSL color Cylindrical-coordinate representation of color #F4B752: hue angle of 37.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4B752 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 82 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.04 |
| HSL | 37.41º | 0.88% | 0.64% | - |
| HSV(B) | 37.41º | 0.66% | 0.96% | - |
| XYZ | 55.76 | 53.71 | 15.41 | - |
| YUV | 189.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 82 | 0 | 0.25 | 0.66 | 0.04 | 37.41 | 0.88 | 0.64 |
| Hex | F4 | B7 | 52 | 0 | 19 | 42 | 4 | 25 | 58 | 40 |
| Octal | 364 | 267 | 122 | 0 | 31 | 102 | 4 | 45 | 130 | 100 |
| Binary | 11110100 | 10110111 | 1010010 | 0 | 11001 | 1000010 | 100 | 100101 | 1011000 | 1000000 |
Color Harmonies of #F4B752
Complementary color
Monochromatic Colors of #F4B752
Black with #F4B752
Text Example
Text Example
White with #F4B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B752; }
p { color: rgb(244,183,82); }
H1.HeaderClassName
{
color: #F4B752;
}
.AnyTagClassName
{
color: #F4B752;
}
</style>
background-color css
<style>
a { background-color: #F4B752; }
a { background-color: rgb(244,183,82); }
div.DivClassName
{
background-color: #F4B752;
}
.BgClassName
{
background-color: #F4B752;
}
</style>
border-color css
<style>
span { border-color: #F4B752; }
span { border-color: rgb(244,183,82); }
td.TdClassName
{
border-color: #F4B752;
}
.TagClassName
{
border-color: #F4B752;
}
</style>