Shades of Rose Bud #FFA58D
Tints of Rose Bud #FFA58D
RGB
CMYK
RGB Variations
Color information
#FFA58D (or 0xFFA58D) is known color: Rose Bud. HEX triplet: FF, A5 and 8D. RGB value is (255,165,141). Sum of RGB (Red+Green+Blue) = 255+165+141=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA58D is #005A72. Grayscale: #BDBDBD. Windows color (decimal): -23155 or 9283071. OLE color: 9283071.
HSL color Cylindrical-coordinate representation of color #FFA58D: hue angle of 12.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA58D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 141 | - |
| CMYK | 0 | 0.35 | 0.45 | 0 |
| HSL | 12.63º | 1% | 0.78% | - |
| HSV(B) | 12.63º | 0.45% | 1% | - |
| XYZ | 59.5 | 50.09 | 31.73 | - |
| YUV | 189.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 141 | 0 | 0.35 | 0.45 | 0 | 12.63 | 1 | 0.78 |
| Hex | FF | A5 | 8D | 0 | 23 | 2D | 0 | D | 64 | 4E |
| Octal | 377 | 245 | 215 | 0 | 43 | 55 | 0 | 15 | 144 | 116 |
| Binary | 11111111 | 10100101 | 10001101 | 0 | 100011 | 101101 | 0 | 1101 | 1100100 | 1001110 |
Color Harmonies of #FFA58D
Complementary color
Monochromatic Colors of #FFA58D
Black with #FFA58D
Text Example
Text Example
White with #FFA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA58D; }
p { color: rgb(255,165,141); }
H1.HeaderClassName
{
color: #FFA58D;
}
.AnyTagClassName
{
color: #FFA58D;
}
</style>
background-color css
<style>
a { background-color: #FFA58D; }
a { background-color: rgb(255,165,141); }
div.DivClassName
{
background-color: #FFA58D;
}
.BgClassName
{
background-color: #FFA58D;
}
</style>
border-color css
<style>
span { border-color: #FFA58D; }
span { border-color: rgb(255,165,141); }
td.TdClassName
{
border-color: #FFA58D;
}
.TagClassName
{
border-color: #FFA58D;
}
</style>