Shades of Texas Rose #FAB356
Tints of Texas Rose #FAB356
RGB
CMYK
RGB Variations
Color information
#FAB356 (or 0xFAB356) is known color: Texas Rose. HEX triplet: FA, B3 and 56. RGB value is (250,179,86). Sum of RGB (Red+Green+Blue) = 250+179+86=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB356 is #054CA9. Grayscale: #BEBEBE. Windows color (decimal): -347306 or 5682170. OLE color: 5682170.
HSL color Cylindrical-coordinate representation of color #FAB356: hue angle of 34.02º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAB356 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 86 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.02 |
| HSL | 34.02º | 0.94% | 0.66% | - |
| HSV(B) | 34.02º | 0.66% | 0.98% | - |
| XYZ | 57.22 | 53.24 | 16.06 | - |
| YUV | 189.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 86 | 0 | 0.28 | 0.66 | 0.02 | 34.02 | 0.94 | 0.66 |
| Hex | FA | B3 | 56 | 0 | 1C | 42 | 2 | 22 | 5E | 42 |
| Octal | 372 | 263 | 126 | 0 | 34 | 102 | 2 | 42 | 136 | 102 |
| Binary | 11111010 | 10110011 | 1010110 | 0 | 11100 | 1000010 | 10 | 100010 | 1011110 | 1000010 |
Color Harmonies of #FAB356
Complementary color
Monochromatic Colors of #FAB356
Black with #FAB356
Text Example
Text Example
White with #FAB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB356; }
p { color: rgb(250,179,86); }
H1.HeaderClassName
{
color: #FAB356;
}
.AnyTagClassName
{
color: #FAB356;
}
</style>
background-color css
<style>
a { background-color: #FAB356; }
a { background-color: rgb(250,179,86); }
div.DivClassName
{
background-color: #FAB356;
}
.BgClassName
{
background-color: #FAB356;
}
</style>
border-color css
<style>
span { border-color: #FAB356; }
span { border-color: rgb(250,179,86); }
td.TdClassName
{
border-color: #FAB356;
}
.TagClassName
{
border-color: #FAB356;
}
</style>