Shades of Texas Rose #FAB55C
Tints of Texas Rose #FAB55C
RGB
CMYK
RGB Variations
Color information
#FAB55C (or 0xFAB55C) is known color: Texas Rose. HEX triplet: FA, B5 and 5C. RGB value is (250,181,92). Sum of RGB (Red+Green+Blue) = 250+181+92=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB55C is #054AA3. Grayscale: #BFBFBF. Windows color (decimal): -346788 or 6075898. OLE color: 6075898.
HSL color Cylindrical-coordinate representation of color #FAB55C: hue angle of 33.8º 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 #FAB55C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 92 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.02 |
| HSL | 33.8º | 0.94% | 0.67% | - |
| HSV(B) | 33.8º | 0.63% | 0.98% | - |
| XYZ | 57.88 | 54.14 | 17.53 | - |
| YUV | 191.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 92 | 0 | 0.28 | 0.63 | 0.02 | 33.8 | 0.94 | 0.67 |
| Hex | FA | B5 | 5C | 0 | 1C | 3F | 2 | 22 | 5E | 43 |
| Octal | 372 | 265 | 134 | 0 | 34 | 77 | 2 | 42 | 136 | 103 |
| Binary | 11111010 | 10110101 | 1011100 | 0 | 11100 | 111111 | 10 | 100010 | 1011110 | 1000011 |
Color Harmonies of #FAB55C
Complementary color
Monochromatic Colors of #FAB55C
Black with #FAB55C
Text Example
Text Example
White with #FAB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB55C; }
p { color: rgb(250,181,92); }
H1.HeaderClassName
{
color: #FAB55C;
}
.AnyTagClassName
{
color: #FAB55C;
}
</style>
background-color css
<style>
a { background-color: #FAB55C; }
a { background-color: rgb(250,181,92); }
div.DivClassName
{
background-color: #FAB55C;
}
.BgClassName
{
background-color: #FAB55C;
}
</style>
border-color css
<style>
span { border-color: #FAB55C; }
span { border-color: rgb(250,181,92); }
td.TdClassName
{
border-color: #FAB55C;
}
.TagClassName
{
border-color: #FAB55C;
}
</style>