Shades of Texas Rose #FAB05C
Tints of Texas Rose #FAB05C
RGB
CMYK
RGB Variations
Color information
#FAB05C (or 0xFAB05C) is known color: Texas Rose. HEX triplet: FA, B0 and 5C. RGB value is (250,176,92). Sum of RGB (Red+Green+Blue) = 250+176+92=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB05C is #054FA3. Grayscale: #BCBCBC. Windows color (decimal): -348068 or 6074618. OLE color: 6074618.
HSL color Cylindrical-coordinate representation of color #FAB05C: hue angle of 31.9º 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 #FAB05C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 92 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.02 |
| HSL | 31.9º | 0.94% | 0.67% | - |
| HSV(B) | 31.9º | 0.63% | 0.98% | - |
| XYZ | 56.88 | 52.15 | 17.19 | - |
| YUV | 188.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 92 | 0 | 0.30 | 0.63 | 0.02 | 31.9 | 0.94 | 0.67 |
| Hex | FA | B0 | 5C | 0 | 1E | 3F | 2 | 20 | 5E | 43 |
| Octal | 372 | 260 | 134 | 0 | 36 | 77 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110000 | 1011100 | 0 | 11110 | 111111 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB05C
Complementary color
Monochromatic Colors of #FAB05C
Black with #FAB05C
Text Example
Text Example
White with #FAB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB05C; }
p { color: rgb(250,176,92); }
H1.HeaderClassName
{
color: #FAB05C;
}
.AnyTagClassName
{
color: #FAB05C;
}
</style>
background-color css
<style>
a { background-color: #FAB05C; }
a { background-color: rgb(250,176,92); }
div.DivClassName
{
background-color: #FAB05C;
}
.BgClassName
{
background-color: #FAB05C;
}
</style>
border-color css
<style>
span { border-color: #FAB05C; }
span { border-color: rgb(250,176,92); }
td.TdClassName
{
border-color: #FAB05C;
}
.TagClassName
{
border-color: #FAB05C;
}
</style>