Shades of Texas Rose #FAB85D
Tints of Texas Rose #FAB85D
RGB
CMYK
RGB Variations
Color information
#FAB85D (or 0xFAB85D) is known color: Texas Rose. HEX triplet: FA, B8 and 5D. RGB value is (250,184,93). Sum of RGB (Red+Green+Blue) = 250+184+93=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB85D is #0547A2. Grayscale: #C1C1C1. Windows color (decimal): -346019 or 6142202. OLE color: 6142202.
HSL color Cylindrical-coordinate representation of color #FAB85D: hue angle of 34.78º 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 #FAB85D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 93 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.02 |
| HSL | 34.78º | 0.94% | 0.67% | - |
| HSV(B) | 34.78º | 0.63% | 0.98% | - |
| XYZ | 58.54 | 55.4 | 17.96 | - |
| YUV | 193.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 93 | 0 | 0.26 | 0.63 | 0.02 | 34.78 | 0.94 | 0.67 |
| Hex | FA | B8 | 5D | 0 | 1A | 3F | 2 | 23 | 5E | 43 |
| Octal | 372 | 270 | 135 | 0 | 32 | 77 | 2 | 43 | 136 | 103 |
| Binary | 11111010 | 10111000 | 1011101 | 0 | 11010 | 111111 | 10 | 100011 | 1011110 | 1000011 |
Color Harmonies of #FAB85D
Complementary color
Monochromatic Colors of #FAB85D
Black with #FAB85D
Text Example
Text Example
White with #FAB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB85D; }
p { color: rgb(250,184,93); }
H1.HeaderClassName
{
color: #FAB85D;
}
.AnyTagClassName
{
color: #FAB85D;
}
</style>
background-color css
<style>
a { background-color: #FAB85D; }
a { background-color: rgb(250,184,93); }
div.DivClassName
{
background-color: #FAB85D;
}
.BgClassName
{
background-color: #FAB85D;
}
</style>
border-color css
<style>
span { border-color: #FAB85D; }
span { border-color: rgb(250,184,93); }
td.TdClassName
{
border-color: #FAB85D;
}
.TagClassName
{
border-color: #FAB85D;
}
</style>