Shades of Casablanca #F2B74B
Tints of Casablanca #F2B74B
RGB
CMYK
RGB Variations
Color information
#F2B74B (or 0xF2B74B) is known color: Casablanca. HEX triplet: F2, B7 and 4B. RGB value is (242,183,75). Sum of RGB (Red+Green+Blue) = 242+183+75=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B74B is #0D48B4. Grayscale: #BCBCBC. Windows color (decimal): -870581 or 4962290. OLE color: 4962290.
HSL color Cylindrical-coordinate representation of color #F2B74B: hue angle of 38.8º 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 #F2B74B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 75 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.05 |
| HSL | 38.8º | 0.87% | 0.62% | - |
| HSV(B) | 38.8º | 0.69% | 0.95% | - |
| XYZ | 54.82 | 53.25 | 14.05 | - |
| YUV | 188.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 75 | 0 | 0.24 | 0.69 | 0.05 | 38.8 | 0.87 | 0.62 |
| Hex | F2 | B7 | 4B | 0 | 18 | 45 | 5 | 27 | 57 | 3E |
| Octal | 362 | 267 | 113 | 0 | 30 | 105 | 5 | 47 | 127 | 76 |
| Binary | 11110010 | 10110111 | 1001011 | 0 | 11000 | 1000101 | 101 | 100111 | 1010111 | 111110 |
Color Harmonies of #F2B74B
Complementary color
Monochromatic Colors of #F2B74B
Black with #F2B74B
Text Example
Text Example
White with #F2B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B74B; }
p { color: rgb(242,183,75); }
H1.HeaderClassName
{
color: #F2B74B;
}
.AnyTagClassName
{
color: #F2B74B;
}
</style>
background-color css
<style>
a { background-color: #F2B74B; }
a { background-color: rgb(242,183,75); }
div.DivClassName
{
background-color: #F2B74B;
}
.BgClassName
{
background-color: #F2B74B;
}
</style>
border-color css
<style>
span { border-color: #F2B74B; }
span { border-color: rgb(242,183,75); }
td.TdClassName
{
border-color: #F2B74B;
}
.TagClassName
{
border-color: #F2B74B;
}
</style>