Shades of Texas Rose #FAB85B
Tints of Texas Rose #FAB85B
RGB
CMYK
RGB Variations
Color information
#FAB85B (or 0xFAB85B) is known color: Texas Rose. HEX triplet: FA, B8 and 5B. RGB value is (250,184,91). Sum of RGB (Red+Green+Blue) = 250+184+91=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB85B is #0547A4. Grayscale: #C1C1C1. Windows color (decimal): -346021 or 6011130. OLE color: 6011130.
HSL color Cylindrical-coordinate representation of color #FAB85B: hue angle of 35.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB85B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.02 |
| HSL | 35.09º | 0.94% | 0.67% | - |
| HSV(B) | 35.09º | 0.64% | 0.98% | - |
| XYZ | 58.45 | 55.36 | 17.5 | - |
| YUV | 193.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 91 | 0 | 0.26 | 0.64 | 0.02 | 35.09 | 0.94 | 0.67 |
| Hex | FA | B8 | 5B | 0 | 1A | 40 | 2 | 23 | 5E | 43 |
| Octal | 372 | 270 | 133 | 0 | 32 | 100 | 2 | 43 | 136 | 103 |
| Binary | 11111010 | 10111000 | 1011011 | 0 | 11010 | 1000000 | 10 | 100011 | 1011110 | 1000011 |
Color Harmonies of #FAB85B
Complementary color
Monochromatic Colors of #FAB85B
Black with #FAB85B
Text Example
Text Example
White with #FAB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB85B; }
p { color: rgb(250,184,91); }
H1.HeaderClassName
{
color: #FAB85B;
}
.AnyTagClassName
{
color: #FAB85B;
}
</style>
background-color css
<style>
a { background-color: #FAB85B; }
a { background-color: rgb(250,184,91); }
div.DivClassName
{
background-color: #FAB85B;
}
.BgClassName
{
background-color: #FAB85B;
}
</style>
border-color css
<style>
span { border-color: #FAB85B; }
span { border-color: rgb(250,184,91); }
td.TdClassName
{
border-color: #FAB85B;
}
.TagClassName
{
border-color: #FAB85B;
}
</style>