Shades of Texas Rose #FAB15C
Tints of Texas Rose #FAB15C
RGB
CMYK
RGB Variations
Color information
#FAB15C (or 0xFAB15C) is known color: Texas Rose. HEX triplet: FA, B1 and 5C. RGB value is (250,177,92). Sum of RGB (Red+Green+Blue) = 250+177+92=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB15C is #054EA3. Grayscale: #BDBDBD. Windows color (decimal): -347812 or 6074874. OLE color: 6074874.
HSL color Cylindrical-coordinate representation of color #FAB15C: hue angle of 32.28º 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 #FAB15C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 92 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.02 |
| HSL | 32.28º | 0.94% | 0.67% | - |
| HSV(B) | 32.28º | 0.63% | 0.98% | - |
| XYZ | 57.08 | 52.54 | 17.26 | - |
| YUV | 189.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 92 | 0 | 0.29 | 0.63 | 0.02 | 32.28 | 0.94 | 0.67 |
| Hex | FA | B1 | 5C | 0 | 1D | 3F | 2 | 20 | 5E | 43 |
| Octal | 372 | 261 | 134 | 0 | 35 | 77 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110001 | 1011100 | 0 | 11101 | 111111 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB15C
Complementary color
Monochromatic Colors of #FAB15C
Black with #FAB15C
Text Example
Text Example
White with #FAB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB15C; }
p { color: rgb(250,177,92); }
H1.HeaderClassName
{
color: #FAB15C;
}
.AnyTagClassName
{
color: #FAB15C;
}
</style>
background-color css
<style>
a { background-color: #FAB15C; }
a { background-color: rgb(250,177,92); }
div.DivClassName
{
background-color: #FAB15C;
}
.BgClassName
{
background-color: #FAB15C;
}
</style>
border-color css
<style>
span { border-color: #FAB15C; }
span { border-color: rgb(250,177,92); }
td.TdClassName
{
border-color: #FAB15C;
}
.TagClassName
{
border-color: #FAB15C;
}
</style>