Shades of Casablanca #F7B04D
Tints of Casablanca #F7B04D
RGB
CMYK
RGB Variations
Color information
#F7B04D (or 0xF7B04D) is known color: Casablanca. HEX triplet: F7, B0 and 4D. RGB value is (247,176,77). Sum of RGB (Red+Green+Blue) = 247+176+77=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B04D is #084FB2. Grayscale: #BABABA. Windows color (decimal): -544691 or 5091575. OLE color: 5091575.
HSL color Cylindrical-coordinate representation of color #F7B04D: hue angle of 34.94º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7B04D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 77 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.03 |
| HSL | 34.94º | 0.91% | 0.64% | - |
| HSV(B) | 34.94º | 0.69% | 0.97% | - |
| XYZ | 55.22 | 51.36 | 14.02 | - |
| YUV | 185.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 77 | 0 | 0.29 | 0.69 | 0.03 | 34.94 | 0.91 | 0.64 |
| Hex | F7 | B0 | 4D | 0 | 1D | 45 | 3 | 23 | 5B | 40 |
| Octal | 367 | 260 | 115 | 0 | 35 | 105 | 3 | 43 | 133 | 100 |
| Binary | 11110111 | 10110000 | 1001101 | 0 | 11101 | 1000101 | 11 | 100011 | 1011011 | 1000000 |
Color Harmonies of #F7B04D
Complementary color
Monochromatic Colors of #F7B04D
Black with #F7B04D
Text Example
Text Example
White with #F7B04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B04D; }
p { color: rgb(247,176,77); }
H1.HeaderClassName
{
color: #F7B04D;
}
.AnyTagClassName
{
color: #F7B04D;
}
</style>
background-color css
<style>
a { background-color: #F7B04D; }
a { background-color: rgb(247,176,77); }
div.DivClassName
{
background-color: #F7B04D;
}
.BgClassName
{
background-color: #F7B04D;
}
</style>
border-color css
<style>
span { border-color: #F7B04D; }
span { border-color: rgb(247,176,77); }
td.TdClassName
{
border-color: #F7B04D;
}
.TagClassName
{
border-color: #F7B04D;
}
</style>