Shades of Texas Rose #FAB75A
Tints of Texas Rose #FAB75A
RGB
CMYK
RGB Variations
Color information
#FAB75A (or 0xFAB75A) is known color: Texas Rose. HEX triplet: FA, B7 and 5A. RGB value is (250,183,90). Sum of RGB (Red+Green+Blue) = 250+183+90=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB75A is #0548A5. Grayscale: #C0C0C0. Windows color (decimal): -346278 or 5945338. OLE color: 5945338.
HSL color Cylindrical-coordinate representation of color #FAB75A: hue angle of 34.88º 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 #FAB75A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 90 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.02 |
| HSL | 34.88º | 0.94% | 0.67% | - |
| HSV(B) | 34.88º | 0.64% | 0.98% | - |
| XYZ | 58.2 | 54.93 | 17.21 | - |
| YUV | 192.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 90 | 0 | 0.27 | 0.64 | 0.02 | 34.88 | 0.94 | 0.67 |
| Hex | FA | B7 | 5A | 0 | 1B | 40 | 2 | 23 | 5E | 43 |
| Octal | 372 | 267 | 132 | 0 | 33 | 100 | 2 | 43 | 136 | 103 |
| Binary | 11111010 | 10110111 | 1011010 | 0 | 11011 | 1000000 | 10 | 100011 | 1011110 | 1000011 |
Color Harmonies of #FAB75A
Complementary color
Monochromatic Colors of #FAB75A
Black with #FAB75A
Text Example
Text Example
White with #FAB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB75A; }
p { color: rgb(250,183,90); }
H1.HeaderClassName
{
color: #FAB75A;
}
.AnyTagClassName
{
color: #FAB75A;
}
</style>
background-color css
<style>
a { background-color: #FAB75A; }
a { background-color: rgb(250,183,90); }
div.DivClassName
{
background-color: #FAB75A;
}
.BgClassName
{
background-color: #FAB75A;
}
</style>
border-color css
<style>
span { border-color: #FAB75A; }
span { border-color: rgb(250,183,90); }
td.TdClassName
{
border-color: #FAB75A;
}
.TagClassName
{
border-color: #FAB75A;
}
</style>