Shades of Texas Rose #FBAF5A
Tints of Texas Rose #FBAF5A
RGB
CMYK
RGB Variations
Color information
#FBAF5A (or 0xFBAF5A) is known color: Texas Rose. HEX triplet: FB, AF and 5A. RGB value is (251,175,90). Sum of RGB (Red+Green+Blue) = 251+175+90=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF5A is #0450A5. Grayscale: #BCBCBC. Windows color (decimal): -282790 or 5943291. OLE color: 5943291.
HSL color Cylindrical-coordinate representation of color #FBAF5A: hue angle of 31.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBAF5A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 90 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.02 |
| HSL | 31.68º | 0.95% | 0.67% | - |
| HSV(B) | 31.68º | 0.64% | 0.98% | - |
| XYZ | 56.96 | 51.91 | 16.69 | - |
| YUV | 188.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 90 | 0 | 0.30 | 0.64 | 0.02 | 31.68 | 0.95 | 0.67 |
| Hex | FB | AF | 5A | 0 | 1E | 40 | 2 | 20 | 5F | 43 |
| Octal | 373 | 257 | 132 | 0 | 36 | 100 | 2 | 40 | 137 | 103 |
| Binary | 11111011 | 10101111 | 1011010 | 0 | 11110 | 1000000 | 10 | 100000 | 1011111 | 1000011 |
Color Harmonies of #FBAF5A
Complementary color
Monochromatic Colors of #FBAF5A
Black with #FBAF5A
Text Example
Text Example
White with #FBAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF5A; }
p { color: rgb(251,175,90); }
H1.HeaderClassName
{
color: #FBAF5A;
}
.AnyTagClassName
{
color: #FBAF5A;
}
</style>
background-color css
<style>
a { background-color: #FBAF5A; }
a { background-color: rgb(251,175,90); }
div.DivClassName
{
background-color: #FBAF5A;
}
.BgClassName
{
background-color: #FBAF5A;
}
</style>
border-color css
<style>
span { border-color: #FBAF5A; }
span { border-color: rgb(251,175,90); }
td.TdClassName
{
border-color: #FBAF5A;
}
.TagClassName
{
border-color: #FBAF5A;
}
</style>