Shades of Texas Rose #FBA758
Tints of Texas Rose #FBA758
RGB
CMYK
RGB Variations
Color information
#FBA758 (or 0xFBA758) is known color: Texas Rose. HEX triplet: FB, A7 and 58. RGB value is (251,167,88). Sum of RGB (Red+Green+Blue) = 251+167+88=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA758 is #0458A7. Grayscale: #B7B7B7. Windows color (decimal): -284840 or 5810171. OLE color: 5810171.
HSL color Cylindrical-coordinate representation of color #FBA758: hue angle of 29.08º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBA758 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 88 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.02 |
| HSL | 29.08º | 0.95% | 0.66% | - |
| HSV(B) | 29.08º | 0.65% | 0.98% | - |
| XYZ | 55.36 | 48.85 | 15.74 | - |
| YUV | 183.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 88 | 0 | 0.33 | 0.65 | 0.02 | 29.08 | 0.95 | 0.66 |
| Hex | FB | A7 | 58 | 0 | 21 | 41 | 2 | 1D | 5F | 42 |
| Octal | 373 | 247 | 130 | 0 | 41 | 101 | 2 | 35 | 137 | 102 |
| Binary | 11111011 | 10100111 | 1011000 | 0 | 100001 | 1000001 | 10 | 11101 | 1011111 | 1000010 |
Color Harmonies of #FBA758
Complementary color
Monochromatic Colors of #FBA758
Black with #FBA758
Text Example
Text Example
White with #FBA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA758; }
p { color: rgb(251,167,88); }
H1.HeaderClassName
{
color: #FBA758;
}
.AnyTagClassName
{
color: #FBA758;
}
</style>
background-color css
<style>
a { background-color: #FBA758; }
a { background-color: rgb(251,167,88); }
div.DivClassName
{
background-color: #FBA758;
}
.BgClassName
{
background-color: #FBA758;
}
</style>
border-color css
<style>
span { border-color: #FBA758; }
span { border-color: rgb(251,167,88); }
td.TdClassName
{
border-color: #FBA758;
}
.TagClassName
{
border-color: #FBA758;
}
</style>