Shades of Texas Rose #FFB85C
Tints of Texas Rose #FFB85C
RGB
CMYK
RGB Variations
Color information
#FFB85C (or 0xFFB85C) is known color: Texas Rose. HEX triplet: FF, B8 and 5C. RGB value is (255,184,92). Sum of RGB (Red+Green+Blue) = 255+184+92=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB85C is #0047A3. Grayscale: #C3C3C3. Windows color (decimal): -18340 or 6076671. OLE color: 6076671.
HSL color Cylindrical-coordinate representation of color #FFB85C: hue angle of 33.87º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB85C is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 92 | - |
| CMYK | 0 | 0.28 | 0.64 | 0 |
| HSL | 33.87º | 1% | 0.68% | - |
| HSV(B) | 33.87º | 0.64% | 1% | - |
| XYZ | 60.31 | 56.31 | 17.82 | - |
| YUV | 194.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 92 | 0 | 0.28 | 0.64 | 0 | 33.87 | 1 | 0.68 |
| Hex | FF | B8 | 5C | 0 | 1C | 40 | 0 | 22 | 64 | 44 |
| Octal | 377 | 270 | 134 | 0 | 34 | 100 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111000 | 1011100 | 0 | 11100 | 1000000 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB85C
Complementary color
Monochromatic Colors of #FFB85C
Black with #FFB85C
Text Example
Text Example
White with #FFB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB85C; }
p { color: rgb(255,184,92); }
H1.HeaderClassName
{
color: #FFB85C;
}
.AnyTagClassName
{
color: #FFB85C;
}
</style>
background-color css
<style>
a { background-color: #FFB85C; }
a { background-color: rgb(255,184,92); }
div.DivClassName
{
background-color: #FFB85C;
}
.BgClassName
{
background-color: #FFB85C;
}
</style>
border-color css
<style>
span { border-color: #FFB85C; }
span { border-color: rgb(255,184,92); }
td.TdClassName
{
border-color: #FFB85C;
}
.TagClassName
{
border-color: #FFB85C;
}
</style>