Shades of Texas Rose #FAB25B
Tints of Texas Rose #FAB25B
RGB
CMYK
RGB Variations
Color information
#FAB25B (or 0xFAB25B) is known color: Texas Rose. HEX triplet: FA, B2 and 5B. RGB value is (250,178,91). Sum of RGB (Red+Green+Blue) = 250+178+91=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB25B is #054DA4. Grayscale: #BEBEBE. Windows color (decimal): -347557 or 6009594. OLE color: 6009594.
HSL color Cylindrical-coordinate representation of color #FAB25B: hue angle of 32.83º 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 #FAB25B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 91 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.02 |
| HSL | 32.83º | 0.94% | 0.67% | - |
| HSV(B) | 32.83º | 0.64% | 0.98% | - |
| XYZ | 57.23 | 52.92 | 17.1 | - |
| YUV | 189.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 91 | 0 | 0.29 | 0.64 | 0.02 | 32.83 | 0.94 | 0.67 |
| Hex | FA | B2 | 5B | 0 | 1D | 40 | 2 | 21 | 5E | 43 |
| Octal | 372 | 262 | 133 | 0 | 35 | 100 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110010 | 1011011 | 0 | 11101 | 1000000 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB25B
Complementary color
Monochromatic Colors of #FAB25B
Black with #FAB25B
Text Example
Text Example
White with #FAB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB25B; }
p { color: rgb(250,178,91); }
H1.HeaderClassName
{
color: #FAB25B;
}
.AnyTagClassName
{
color: #FAB25B;
}
</style>
background-color css
<style>
a { background-color: #FAB25B; }
a { background-color: rgb(250,178,91); }
div.DivClassName
{
background-color: #FAB25B;
}
.BgClassName
{
background-color: #FAB25B;
}
</style>
border-color css
<style>
span { border-color: #FAB25B; }
span { border-color: rgb(250,178,91); }
td.TdClassName
{
border-color: #FAB25B;
}
.TagClassName
{
border-color: #FAB25B;
}
</style>