Shades of Texas Rose #FAB45C
Tints of Texas Rose #FAB45C
RGB
CMYK
RGB Variations
Color information
#FAB45C (or 0xFAB45C) is known color: Texas Rose. HEX triplet: FA, B4 and 5C. RGB value is (250,180,92). Sum of RGB (Red+Green+Blue) = 250+180+92=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB45C is #054BA3. Grayscale: #BFBFBF. Windows color (decimal): -347044 or 6075642. OLE color: 6075642.
HSL color Cylindrical-coordinate representation of color #FAB45C: hue angle of 33.42º 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 #FAB45C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 92 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.02 |
| HSL | 33.42º | 0.94% | 0.67% | - |
| HSV(B) | 33.42º | 0.63% | 0.98% | - |
| XYZ | 57.68 | 53.74 | 17.46 | - |
| YUV | 190.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 92 | 0 | 0.28 | 0.63 | 0.02 | 33.42 | 0.94 | 0.67 |
| Hex | FA | B4 | 5C | 0 | 1C | 3F | 2 | 21 | 5E | 43 |
| Octal | 372 | 264 | 134 | 0 | 34 | 77 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110100 | 1011100 | 0 | 11100 | 111111 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB45C
Complementary color
Monochromatic Colors of #FAB45C
Black with #FAB45C
Text Example
Text Example
White with #FAB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB45C; }
p { color: rgb(250,180,92); }
H1.HeaderClassName
{
color: #FAB45C;
}
.AnyTagClassName
{
color: #FAB45C;
}
</style>
background-color css
<style>
a { background-color: #FAB45C; }
a { background-color: rgb(250,180,92); }
div.DivClassName
{
background-color: #FAB45C;
}
.BgClassName
{
background-color: #FAB45C;
}
</style>
border-color css
<style>
span { border-color: #FAB45C; }
span { border-color: rgb(250,180,92); }
td.TdClassName
{
border-color: #FAB45C;
}
.TagClassName
{
border-color: #FAB45C;
}
</style>