Shades of Texas Rose #FDB15C
Tints of Texas Rose #FDB15C
RGB
CMYK
RGB Variations
Color information
#FDB15C (or 0xFDB15C) is known color: Texas Rose. HEX triplet: FD, B1 and 5C. RGB value is (253,177,92). Sum of RGB (Red+Green+Blue) = 253+177+92=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB15C is #024EA3. Grayscale: #BEBEBE. Windows color (decimal): -151204 or 6074877. OLE color: 6074877.
HSL color Cylindrical-coordinate representation of color #FDB15C: hue angle of 31.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDB15C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 92 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.01 |
| HSL | 31.68º | 0.98% | 0.68% | - |
| HSV(B) | 31.68º | 0.64% | 0.99% | - |
| XYZ | 58.16 | 53.1 | 17.31 | - |
| YUV | 190.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 92 | 0 | 0.30 | 0.64 | 0.01 | 31.68 | 0.98 | 0.68 |
| Hex | FD | B1 | 5C | 0 | 1E | 40 | 1 | 20 | 62 | 44 |
| Octal | 375 | 261 | 134 | 0 | 36 | 100 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110001 | 1011100 | 0 | 11110 | 1000000 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB15C
Complementary color
Monochromatic Colors of #FDB15C
Black with #FDB15C
Text Example
Text Example
White with #FDB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB15C; }
p { color: rgb(253,177,92); }
H1.HeaderClassName
{
color: #FDB15C;
}
.AnyTagClassName
{
color: #FDB15C;
}
</style>
background-color css
<style>
a { background-color: #FDB15C; }
a { background-color: rgb(253,177,92); }
div.DivClassName
{
background-color: #FDB15C;
}
.BgClassName
{
background-color: #FDB15C;
}
</style>
border-color css
<style>
span { border-color: #FDB15C; }
span { border-color: rgb(253,177,92); }
td.TdClassName
{
border-color: #FDB15C;
}
.TagClassName
{
border-color: #FDB15C;
}
</style>