Shades of Texas Rose #F4B45D
Tints of Texas Rose #F4B45D
RGB
CMYK
RGB Variations
Color information
#F4B45D (or 0xF4B45D) is known color: Texas Rose. HEX triplet: F4, B4 and 5D. RGB value is (244,180,93). Sum of RGB (Red+Green+Blue) = 244+180+93=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B45D is #0B4BA2. Grayscale: #BDBDBD. Windows color (decimal): -740259 or 6141172. OLE color: 6141172.
HSL color Cylindrical-coordinate representation of color #F4B45D: hue angle of 34.57º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4B45D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 180 | 93 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.04 |
| HSL | 34.57º | 0.87% | 0.66% | - |
| HSV(B) | 34.57º | 0.62% | 0.96% | - |
| XYZ | 55.61 | 52.67 | 17.59 | - |
| YUV | 189.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 93 | 0 | 0.26 | 0.62 | 0.04 | 34.57 | 0.87 | 0.66 |
| Hex | F4 | B4 | 5D | 0 | 1A | 3E | 4 | 23 | 57 | 42 |
| Octal | 364 | 264 | 135 | 0 | 32 | 76 | 4 | 43 | 127 | 102 |
| Binary | 11110100 | 10110100 | 1011101 | 0 | 11010 | 111110 | 100 | 100011 | 1010111 | 1000010 |
Color Harmonies of #F4B45D
Complementary color
Monochromatic Colors of #F4B45D
Black with #F4B45D
Text Example
Text Example
White with #F4B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B45D; }
p { color: rgb(244,180,93); }
H1.HeaderClassName
{
color: #F4B45D;
}
.AnyTagClassName
{
color: #F4B45D;
}
</style>
background-color css
<style>
a { background-color: #F4B45D; }
a { background-color: rgb(244,180,93); }
div.DivClassName
{
background-color: #F4B45D;
}
.BgClassName
{
background-color: #F4B45D;
}
</style>
border-color css
<style>
span { border-color: #F4B45D; }
span { border-color: rgb(244,180,93); }
td.TdClassName
{
border-color: #F4B45D;
}
.TagClassName
{
border-color: #F4B45D;
}
</style>