Shades of Texas Rose #FAB55D
Tints of Texas Rose #FAB55D
RGB
CMYK
RGB Variations
Color information
#FAB55D (or 0xFAB55D) is known color: Texas Rose. HEX triplet: FA, B5 and 5D. RGB value is (250,181,93). Sum of RGB (Red+Green+Blue) = 250+181+93=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB55D is #054AA2. Grayscale: #C0C0C0. Windows color (decimal): -346787 or 6141434. OLE color: 6141434.
HSL color Cylindrical-coordinate representation of color #FAB55D: hue angle of 33.63º degrees, saturation: 0.94, 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 #FAB55D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.02 |
| HSL | 33.63º | 0.94% | 0.67% | - |
| HSV(B) | 33.63º | 0.63% | 0.98% | - |
| XYZ | 57.92 | 54.16 | 17.76 | - |
| YUV | 191.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 93 | 0 | 0.28 | 0.63 | 0.02 | 33.63 | 0.94 | 0.67 |
| Hex | FA | B5 | 5D | 0 | 1C | 3F | 2 | 22 | 5E | 43 |
| Octal | 372 | 265 | 135 | 0 | 34 | 77 | 2 | 42 | 136 | 103 |
| Binary | 11111010 | 10110101 | 1011101 | 0 | 11100 | 111111 | 10 | 100010 | 1011110 | 1000011 |
Color Harmonies of #FAB55D
Complementary color
Monochromatic Colors of #FAB55D
Black with #FAB55D
Text Example
Text Example
White with #FAB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB55D; }
p { color: rgb(250,181,93); }
H1.HeaderClassName
{
color: #FAB55D;
}
.AnyTagClassName
{
color: #FAB55D;
}
</style>
background-color css
<style>
a { background-color: #FAB55D; }
a { background-color: rgb(250,181,93); }
div.DivClassName
{
background-color: #FAB55D;
}
.BgClassName
{
background-color: #FAB55D;
}
</style>
border-color css
<style>
span { border-color: #FAB55D; }
span { border-color: rgb(250,181,93); }
td.TdClassName
{
border-color: #FAB55D;
}
.TagClassName
{
border-color: #FAB55D;
}
</style>