Shades of Texas Rose #FAB45D
Tints of Texas Rose #FAB45D
RGB
CMYK
RGB Variations
Color information
#FAB45D (or 0xFAB45D) is known color: Texas Rose. HEX triplet: FA, B4 and 5D. RGB value is (250,180,93). Sum of RGB (Red+Green+Blue) = 250+180+93=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB45D is #054BA2. Grayscale: #BFBFBF. Windows color (decimal): -347043 or 6141178. OLE color: 6141178.
HSL color Cylindrical-coordinate representation of color #FAB45D: hue angle of 33.25º 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 #FAB45D is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 93 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.02 |
| HSL | 33.25º | 0.94% | 0.67% | - |
| HSV(B) | 33.25º | 0.63% | 0.98% | - |
| XYZ | 57.72 | 53.76 | 17.69 | - |
| YUV | 191.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 93 | 0 | 0.28 | 0.63 | 0.02 | 33.25 | 0.94 | 0.67 |
| Hex | FA | B4 | 5D | 0 | 1C | 3F | 2 | 21 | 5E | 43 |
| Octal | 372 | 264 | 135 | 0 | 34 | 77 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110100 | 1011101 | 0 | 11100 | 111111 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB45D
Complementary color
Monochromatic Colors of #FAB45D
Black with #FAB45D
Text Example
Text Example
White with #FAB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB45D; }
p { color: rgb(250,180,93); }
H1.HeaderClassName
{
color: #FAB45D;
}
.AnyTagClassName
{
color: #FAB45D;
}
</style>
background-color css
<style>
a { background-color: #FAB45D; }
a { background-color: rgb(250,180,93); }
div.DivClassName
{
background-color: #FAB45D;
}
.BgClassName
{
background-color: #FAB45D;
}
</style>
border-color css
<style>
span { border-color: #FAB45D; }
span { border-color: rgb(250,180,93); }
td.TdClassName
{
border-color: #FAB45D;
}
.TagClassName
{
border-color: #FAB45D;
}
</style>