Shades of Texas Rose #FAB05A
Tints of Texas Rose #FAB05A
RGB
CMYK
RGB Variations
Color information
#FAB05A (or 0xFAB05A) is known color: Texas Rose. HEX triplet: FA, B0 and 5A. RGB value is (250,176,90). Sum of RGB (Red+Green+Blue) = 250+176+90=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB05A is #054FA5. Grayscale: #BCBCBC. Windows color (decimal): -348070 or 5943546. OLE color: 5943546.
HSL color Cylindrical-coordinate representation of color #FAB05A: hue angle of 32.25º 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 #FAB05A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 90 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.02 |
| HSL | 32.25º | 0.94% | 0.67% | - |
| HSV(B) | 32.25º | 0.64% | 0.98% | - |
| XYZ | 56.8 | 52.11 | 16.74 | - |
| YUV | 188.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 90 | 0 | 0.30 | 0.64 | 0.02 | 32.25 | 0.94 | 0.67 |
| Hex | FA | B0 | 5A | 0 | 1E | 40 | 2 | 20 | 5E | 43 |
| Octal | 372 | 260 | 132 | 0 | 36 | 100 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10110000 | 1011010 | 0 | 11110 | 1000000 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAB05A
Complementary color
Monochromatic Colors of #FAB05A
Black with #FAB05A
Text Example
Text Example
White with #FAB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB05A; }
p { color: rgb(250,176,90); }
H1.HeaderClassName
{
color: #FAB05A;
}
.AnyTagClassName
{
color: #FAB05A;
}
</style>
background-color css
<style>
a { background-color: #FAB05A; }
a { background-color: rgb(250,176,90); }
div.DivClassName
{
background-color: #FAB05A;
}
.BgClassName
{
background-color: #FAB05A;
}
</style>
border-color css
<style>
span { border-color: #FAB05A; }
span { border-color: rgb(250,176,90); }
td.TdClassName
{
border-color: #FAB05A;
}
.TagClassName
{
border-color: #FAB05A;
}
</style>