Shades of Casablanca #F7B14D
Tints of Casablanca #F7B14D
RGB
CMYK
RGB Variations
Color information
#F7B14D (or 0xF7B14D) is known color: Casablanca. HEX triplet: F7, B1 and 4D. RGB value is (247,177,77). Sum of RGB (Red+Green+Blue) = 247+177+77=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B14D is #084EB2. Grayscale: #BABABA. Windows color (decimal): -544435 or 5091831. OLE color: 5091831.
HSL color Cylindrical-coordinate representation of color #F7B14D: hue angle of 35.29º 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 #F7B14D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 77 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.03 |
| HSL | 35.29º | 0.91% | 0.64% | - |
| HSV(B) | 35.29º | 0.69% | 0.97% | - |
| XYZ | 55.42 | 51.75 | 14.09 | - |
| YUV | 186.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 77 | 0 | 0.28 | 0.69 | 0.03 | 35.29 | 0.91 | 0.64 |
| Hex | F7 | B1 | 4D | 0 | 1C | 45 | 3 | 23 | 5B | 40 |
| Octal | 367 | 261 | 115 | 0 | 34 | 105 | 3 | 43 | 133 | 100 |
| Binary | 11110111 | 10110001 | 1001101 | 0 | 11100 | 1000101 | 11 | 100011 | 1011011 | 1000000 |
Color Harmonies of #F7B14D
Complementary color
Monochromatic Colors of #F7B14D
Black with #F7B14D
Text Example
Text Example
White with #F7B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B14D; }
p { color: rgb(247,177,77); }
H1.HeaderClassName
{
color: #F7B14D;
}
.AnyTagClassName
{
color: #F7B14D;
}
</style>
background-color css
<style>
a { background-color: #F7B14D; }
a { background-color: rgb(247,177,77); }
div.DivClassName
{
background-color: #F7B14D;
}
.BgClassName
{
background-color: #F7B14D;
}
</style>
border-color css
<style>
span { border-color: #F7B14D; }
span { border-color: rgb(247,177,77); }
td.TdClassName
{
border-color: #F7B14D;
}
.TagClassName
{
border-color: #F7B14D;
}
</style>