Shades of Casablanca #F2B85D
Tints of Casablanca #F2B85D
RGB
CMYK
RGB Variations
Color information
#F2B85D (or 0xF2B85D) is known color: Casablanca. HEX triplet: F2, B8 and 5D. RGB value is (242,184,93). Sum of RGB (Red+Green+Blue) = 242+184+93=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B85D is #0D47A2. Grayscale: #BFBFBF. Windows color (decimal): -870307 or 6142194. OLE color: 6142194.
HSL color Cylindrical-coordinate representation of color #F2B85D: hue angle of 36.64º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2B85D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 93 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.05 |
| HSL | 36.64º | 0.85% | 0.66% | - |
| HSV(B) | 36.64º | 0.62% | 0.95% | - |
| XYZ | 55.73 | 53.95 | 17.83 | - |
| YUV | 190.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 93 | 0 | 0.24 | 0.62 | 0.05 | 36.64 | 0.85 | 0.66 |
| Hex | F2 | B8 | 5D | 0 | 18 | 3E | 5 | 25 | 55 | 42 |
| Octal | 362 | 270 | 135 | 0 | 30 | 76 | 5 | 45 | 125 | 102 |
| Binary | 11110010 | 10111000 | 1011101 | 0 | 11000 | 111110 | 101 | 100101 | 1010101 | 1000010 |
Color Harmonies of #F2B85D
Complementary color
Monochromatic Colors of #F2B85D
Black with #F2B85D
Text Example
Text Example
White with #F2B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B85D; }
p { color: rgb(242,184,93); }
H1.HeaderClassName
{
color: #F2B85D;
}
.AnyTagClassName
{
color: #F2B85D;
}
</style>
background-color css
<style>
a { background-color: #F2B85D; }
a { background-color: rgb(242,184,93); }
div.DivClassName
{
background-color: #F2B85D;
}
.BgClassName
{
background-color: #F2B85D;
}
</style>
border-color css
<style>
span { border-color: #F2B85D; }
span { border-color: rgb(242,184,93); }
td.TdClassName
{
border-color: #F2B85D;
}
.TagClassName
{
border-color: #F2B85D;
}
</style>