Shades of Texas Rose #FFB058
Tints of Texas Rose #FFB058
RGB
CMYK
RGB Variations
Color information
#FFB058 (or 0xFFB058) is known color: Texas Rose. HEX triplet: FF, B0 and 58. RGB value is (255,176,88). Sum of RGB (Red+Green+Blue) = 255+176+88=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB058 is #004FA7. Grayscale: #BEBEBE. Windows color (decimal): -20392 or 5812479. OLE color: 5812479.
HSL color Cylindrical-coordinate representation of color #FFB058: hue angle of 31.62º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB058 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 88 | - |
| CMYK | 0 | 0.31 | 0.65 | 0 |
| HSL | 31.62º | 1% | 0.67% | - |
| HSV(B) | 31.62º | 0.65% | 1% | - |
| XYZ | 58.53 | 53.02 | 16.38 | - |
| YUV | 189.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 88 | 0 | 0.31 | 0.65 | 0 | 31.62 | 1 | 0.67 |
| Hex | FF | B0 | 58 | 0 | 1F | 41 | 0 | 20 | 64 | 43 |
| Octal | 377 | 260 | 130 | 0 | 37 | 101 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110000 | 1011000 | 0 | 11111 | 1000001 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB058
Complementary color
Monochromatic Colors of #FFB058
Black with #FFB058
Text Example
Text Example
White with #FFB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB058; }
p { color: rgb(255,176,88); }
H1.HeaderClassName
{
color: #FFB058;
}
.AnyTagClassName
{
color: #FFB058;
}
</style>
background-color css
<style>
a { background-color: #FFB058; }
a { background-color: rgb(255,176,88); }
div.DivClassName
{
background-color: #FFB058;
}
.BgClassName
{
background-color: #FFB058;
}
</style>
border-color css
<style>
span { border-color: #FFB058; }
span { border-color: rgb(255,176,88); }
td.TdClassName
{
border-color: #FFB058;
}
.TagClassName
{
border-color: #FFB058;
}
</style>