Shades of Texas Rose #FBB45D
Tints of Texas Rose #FBB45D
RGB
CMYK
RGB Variations
Color information
#FBB45D (or 0xFBB45D) is known color: Texas Rose. HEX triplet: FB, B4 and 5D. RGB value is (251,180,93). Sum of RGB (Red+Green+Blue) = 251+180+93=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB45D is #044BA2. Grayscale: #BFBFBF. Windows color (decimal): -281507 or 6141179. OLE color: 6141179.
HSL color Cylindrical-coordinate representation of color #FBB45D: hue angle of 33.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBB45D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.02 |
| HSL | 33.04º | 0.95% | 0.67% | - |
| HSV(B) | 33.04º | 0.63% | 0.98% | - |
| XYZ | 58.08 | 53.94 | 17.71 | - |
| YUV | 191.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 93 | 0 | 0.28 | 0.63 | 0.02 | 33.04 | 0.95 | 0.67 |
| Hex | FB | B4 | 5D | 0 | 1C | 3F | 2 | 21 | 5F | 43 |
| Octal | 373 | 264 | 135 | 0 | 34 | 77 | 2 | 41 | 137 | 103 |
| Binary | 11111011 | 10110100 | 1011101 | 0 | 11100 | 111111 | 10 | 100001 | 1011111 | 1000011 |
Color Harmonies of #FBB45D
Complementary color
Monochromatic Colors of #FBB45D
Black with #FBB45D
Text Example
Text Example
White with #FBB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB45D; }
p { color: rgb(251,180,93); }
H1.HeaderClassName
{
color: #FBB45D;
}
.AnyTagClassName
{
color: #FBB45D;
}
</style>
background-color css
<style>
a { background-color: #FBB45D; }
a { background-color: rgb(251,180,93); }
div.DivClassName
{
background-color: #FBB45D;
}
.BgClassName
{
background-color: #FBB45D;
}
</style>
border-color css
<style>
span { border-color: #FBB45D; }
span { border-color: rgb(251,180,93); }
td.TdClassName
{
border-color: #FBB45D;
}
.TagClassName
{
border-color: #FBB45D;
}
</style>