Shades of Casablanca #F2AC4D
Tints of Casablanca #F2AC4D
RGB
CMYK
RGB Variations
Color information
#F2AC4D (or 0xF2AC4D) is known color: Casablanca. HEX triplet: F2, AC and 4D. RGB value is (242,172,77). Sum of RGB (Red+Green+Blue) = 242+172+77=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC4D is #0D53B2. Grayscale: #B6B6B6. Windows color (decimal): -873395 or 5090546. OLE color: 5090546.
HSL color Cylindrical-coordinate representation of color #F2AC4D: hue angle of 34.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2AC4D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 77 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.05 |
| HSL | 34.55º | 0.86% | 0.63% | - |
| HSV(B) | 34.55º | 0.68% | 0.95% | - |
| XYZ | 52.71 | 48.92 | 13.69 | - |
| YUV | 182.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 77 | 0 | 0.29 | 0.68 | 0.05 | 34.55 | 0.86 | 0.63 |
| Hex | F2 | AC | 4D | 0 | 1D | 44 | 5 | 23 | 56 | 3F |
| Octal | 362 | 254 | 115 | 0 | 35 | 104 | 5 | 43 | 126 | 77 |
| Binary | 11110010 | 10101100 | 1001101 | 0 | 11101 | 1000100 | 101 | 100011 | 1010110 | 111111 |
Color Harmonies of #F2AC4D
Complementary color
Monochromatic Colors of #F2AC4D
Black with #F2AC4D
Text Example
Text Example
White with #F2AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC4D; }
p { color: rgb(242,172,77); }
H1.HeaderClassName
{
color: #F2AC4D;
}
.AnyTagClassName
{
color: #F2AC4D;
}
</style>
background-color css
<style>
a { background-color: #F2AC4D; }
a { background-color: rgb(242,172,77); }
div.DivClassName
{
background-color: #F2AC4D;
}
.BgClassName
{
background-color: #F2AC4D;
}
</style>
border-color css
<style>
span { border-color: #F2AC4D; }
span { border-color: rgb(242,172,77); }
td.TdClassName
{
border-color: #F2AC4D;
}
.TagClassName
{
border-color: #F2AC4D;
}
</style>