Shades of Texas Rose #FAB65D
Tints of Texas Rose #FAB65D
RGB
CMYK
RGB Variations
Color information
#FAB65D (or 0xFAB65D) is known color: Texas Rose. HEX triplet: FA, B6 and 5D. RGB value is (250,182,93). Sum of RGB (Red+Green+Blue) = 250+182+93=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB65D is #0549A2. Grayscale: #C0C0C0. Windows color (decimal): -346531 or 6141690. OLE color: 6141690.
HSL color Cylindrical-coordinate representation of color #FAB65D: hue angle of 34.01º 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 #FAB65D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 93 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.02 |
| HSL | 34.01º | 0.94% | 0.67% | - |
| HSV(B) | 34.01º | 0.63% | 0.98% | - |
| XYZ | 58.13 | 54.57 | 17.83 | - |
| YUV | 192.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 93 | 0 | 0.27 | 0.63 | 0.02 | 34.01 | 0.94 | 0.67 |
| Hex | FA | B6 | 5D | 0 | 1B | 3F | 2 | 22 | 5E | 43 |
| Octal | 372 | 266 | 135 | 0 | 33 | 77 | 2 | 42 | 136 | 103 |
| Binary | 11111010 | 10110110 | 1011101 | 0 | 11011 | 111111 | 10 | 100010 | 1011110 | 1000011 |
Color Harmonies of #FAB65D
Complementary color
Monochromatic Colors of #FAB65D
Black with #FAB65D
Text Example
Text Example
White with #FAB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB65D; }
p { color: rgb(250,182,93); }
H1.HeaderClassName
{
color: #FAB65D;
}
.AnyTagClassName
{
color: #FAB65D;
}
</style>
background-color css
<style>
a { background-color: #FAB65D; }
a { background-color: rgb(250,182,93); }
div.DivClassName
{
background-color: #FAB65D;
}
.BgClassName
{
background-color: #FAB65D;
}
</style>
border-color css
<style>
span { border-color: #FAB65D; }
span { border-color: rgb(250,182,93); }
td.TdClassName
{
border-color: #FAB65D;
}
.TagClassName
{
border-color: #FAB65D;
}
</style>