Shades of Texas Rose #FAB658
Tints of Texas Rose #FAB658
RGB
CMYK
RGB Variations
Color information
#FAB658 (or 0xFAB658) is known color: Texas Rose. HEX triplet: FA, B6 and 58. RGB value is (250,182,88). Sum of RGB (Red+Green+Blue) = 250+182+88=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB658 is #0549A7. Grayscale: #C0C0C0. Windows color (decimal): -346536 or 5814010. OLE color: 5814010.
HSL color Cylindrical-coordinate representation of color #FAB658: hue angle of 34.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAB658 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 88 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.02 |
| HSL | 34.81º | 0.94% | 0.66% | - |
| HSV(B) | 34.81º | 0.65% | 0.98% | - |
| XYZ | 57.91 | 54.48 | 16.7 | - |
| YUV | 191.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 88 | 0 | 0.27 | 0.65 | 0.02 | 34.81 | 0.94 | 0.66 |
| Hex | FA | B6 | 58 | 0 | 1B | 41 | 2 | 23 | 5E | 42 |
| Octal | 372 | 266 | 130 | 0 | 33 | 101 | 2 | 43 | 136 | 102 |
| Binary | 11111010 | 10110110 | 1011000 | 0 | 11011 | 1000001 | 10 | 100011 | 1011110 | 1000010 |
Color Harmonies of #FAB658
Complementary color
Monochromatic Colors of #FAB658
Black with #FAB658
Text Example
Text Example
White with #FAB658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB658; }
p { color: rgb(250,182,88); }
H1.HeaderClassName
{
color: #FAB658;
}
.AnyTagClassName
{
color: #FAB658;
}
</style>
background-color css
<style>
a { background-color: #FAB658; }
a { background-color: rgb(250,182,88); }
div.DivClassName
{
background-color: #FAB658;
}
.BgClassName
{
background-color: #FAB658;
}
</style>
border-color css
<style>
span { border-color: #FAB658; }
span { border-color: rgb(250,182,88); }
td.TdClassName
{
border-color: #FAB658;
}
.TagClassName
{
border-color: #FAB658;
}
</style>