Shades of Casablanca #F2AD5B
Tints of Casablanca #F2AD5B
RGB
CMYK
RGB Variations
Color information
#F2AD5B (or 0xF2AD5B) is known color: Casablanca. HEX triplet: F2, AD and 5B. RGB value is (242,173,91). Sum of RGB (Red+Green+Blue) = 242+173+91=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD5B is #0D52A4. Grayscale: #B8B8B8. Windows color (decimal): -873125 or 6008306. OLE color: 6008306.
HSL color Cylindrical-coordinate representation of color #F2AD5B: hue angle of 32.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2AD5B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 91 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.05 |
| HSL | 32.58º | 0.85% | 0.65% | - |
| HSV(B) | 32.58º | 0.62% | 0.95% | - |
| XYZ | 53.45 | 49.52 | 16.64 | - |
| YUV | 184.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 91 | 0 | 0.29 | 0.62 | 0.05 | 32.58 | 0.85 | 0.65 |
| Hex | F2 | AD | 5B | 0 | 1D | 3E | 5 | 21 | 55 | 41 |
| Octal | 362 | 255 | 133 | 0 | 35 | 76 | 5 | 41 | 125 | 101 |
| Binary | 11110010 | 10101101 | 1011011 | 0 | 11101 | 111110 | 101 | 100001 | 1010101 | 1000001 |
Color Harmonies of #F2AD5B
Complementary color
Monochromatic Colors of #F2AD5B
Black with #F2AD5B
Text Example
Text Example
White with #F2AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD5B; }
p { color: rgb(242,173,91); }
H1.HeaderClassName
{
color: #F2AD5B;
}
.AnyTagClassName
{
color: #F2AD5B;
}
</style>
background-color css
<style>
a { background-color: #F2AD5B; }
a { background-color: rgb(242,173,91); }
div.DivClassName
{
background-color: #F2AD5B;
}
.BgClassName
{
background-color: #F2AD5B;
}
</style>
border-color css
<style>
span { border-color: #F2AD5B; }
span { border-color: rgb(242,173,91); }
td.TdClassName
{
border-color: #F2AD5B;
}
.TagClassName
{
border-color: #F2AD5B;
}
</style>