Shades of Casablanca #F2AF4B
Tints of Casablanca #F2AF4B
RGB
CMYK
RGB Variations
Color information
#F2AF4B (or 0xF2AF4B) is known color: Casablanca. HEX triplet: F2, AF and 4B. RGB value is (242,175,75). Sum of RGB (Red+Green+Blue) = 242+175+75=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF4B is #0D50B4. Grayscale: #B8B8B8. Windows color (decimal): -872629 or 4960242. OLE color: 4960242.
HSL color Cylindrical-coordinate representation of color #F2AF4B: hue angle of 35.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2AF4B is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 75 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.05 |
| HSL | 35.93º | 0.87% | 0.62% | - |
| HSV(B) | 35.93º | 0.69% | 0.95% | - |
| XYZ | 53.22 | 50.05 | 13.51 | - |
| YUV | 183.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 75 | 0 | 0.28 | 0.69 | 0.05 | 35.93 | 0.87 | 0.62 |
| Hex | F2 | AF | 4B | 0 | 1C | 45 | 5 | 24 | 57 | 3E |
| Octal | 362 | 257 | 113 | 0 | 34 | 105 | 5 | 44 | 127 | 76 |
| Binary | 11110010 | 10101111 | 1001011 | 0 | 11100 | 1000101 | 101 | 100100 | 1010111 | 111110 |
Color Harmonies of #F2AF4B
Complementary color
Monochromatic Colors of #F2AF4B
Black with #F2AF4B
Text Example
Text Example
White with #F2AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF4B; }
p { color: rgb(242,175,75); }
H1.HeaderClassName
{
color: #F2AF4B;
}
.AnyTagClassName
{
color: #F2AF4B;
}
</style>
background-color css
<style>
a { background-color: #F2AF4B; }
a { background-color: rgb(242,175,75); }
div.DivClassName
{
background-color: #F2AF4B;
}
.BgClassName
{
background-color: #F2AF4B;
}
</style>
border-color css
<style>
span { border-color: #F2AF4B; }
span { border-color: rgb(242,175,75); }
td.TdClassName
{
border-color: #F2AF4B;
}
.TagClassName
{
border-color: #F2AF4B;
}
</style>