Shades of Texas Rose #FFB25C
Tints of Texas Rose #FFB25C
RGB
CMYK
RGB Variations
Color information
#FFB25C (or 0xFFB25C) is known color: Texas Rose. HEX triplet: FF, B2 and 5C. RGB value is (255,178,92). Sum of RGB (Red+Green+Blue) = 255+178+92=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB25C is #004DA3. Grayscale: #BFBFBF. Windows color (decimal): -19876 or 6075135. OLE color: 6075135.
HSL color Cylindrical-coordinate representation of color #FFB25C: hue angle of 31.66º 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 #FFB25C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 92 | - |
| CMYK | 0 | 0.30 | 0.64 | 0 |
| HSL | 31.66º | 1% | 0.68% | - |
| HSV(B) | 31.66º | 0.64% | 1% | - |
| XYZ | 59.09 | 53.87 | 17.41 | - |
| YUV | 191.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 92 | 0 | 0.30 | 0.64 | 0 | 31.66 | 1 | 0.68 |
| Hex | FF | B2 | 5C | 0 | 1E | 40 | 0 | 20 | 64 | 44 |
| Octal | 377 | 262 | 134 | 0 | 36 | 100 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110010 | 1011100 | 0 | 11110 | 1000000 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB25C
Complementary color
Monochromatic Colors of #FFB25C
Black with #FFB25C
Text Example
Text Example
White with #FFB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB25C; }
p { color: rgb(255,178,92); }
H1.HeaderClassName
{
color: #FFB25C;
}
.AnyTagClassName
{
color: #FFB25C;
}
</style>
background-color css
<style>
a { background-color: #FFB25C; }
a { background-color: rgb(255,178,92); }
div.DivClassName
{
background-color: #FFB25C;
}
.BgClassName
{
background-color: #FFB25C;
}
</style>
border-color css
<style>
span { border-color: #FFB25C; }
span { border-color: rgb(255,178,92); }
td.TdClassName
{
border-color: #FFB25C;
}
.TagClassName
{
border-color: #FFB25C;
}
</style>