Shades of Sunshade #FFA54B
Tints of Sunshade #FFA54B
RGB
CMYK
RGB Variations
Color information
#FFA54B (or 0xFFA54B) is known color: Sunshade. HEX triplet: FF, A5 and 4B. RGB value is (255,165,75). Sum of RGB (Red+Green+Blue) = 255+165+75=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA54B is #005AB4. Grayscale: #B6B6B6. Windows color (decimal): -23221 or 4957695. OLE color: 4957695.
HSL color Cylindrical-coordinate representation of color #FFA54B: hue angle of 30º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA54B is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 75 | - |
| CMYK | 0 | 0.35 | 0.71 | 0 |
| HSL | 30º | 1% | 0.65% | - |
| HSV(B) | 30º | 0.71% | 1% | - |
| XYZ | 55.97 | 48.68 | 13.1 | - |
| YUV | 181.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 75 | 0 | 0.35 | 0.71 | 0 | 30 | 1 | 0.65 |
| Hex | FF | A5 | 4B | 0 | 23 | 47 | 0 | 1E | 64 | 41 |
| Octal | 377 | 245 | 113 | 0 | 43 | 107 | 0 | 36 | 144 | 101 |
| Binary | 11111111 | 10100101 | 1001011 | 0 | 100011 | 1000111 | 0 | 11110 | 1100100 | 1000001 |
Color Harmonies of #FFA54B
Complementary color
Monochromatic Colors of #FFA54B
Black with #FFA54B
Text Example
Text Example
White with #FFA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA54B; }
p { color: rgb(255,165,75); }
H1.HeaderClassName
{
color: #FFA54B;
}
.AnyTagClassName
{
color: #FFA54B;
}
</style>
background-color css
<style>
a { background-color: #FFA54B; }
a { background-color: rgb(255,165,75); }
div.DivClassName
{
background-color: #FFA54B;
}
.BgClassName
{
background-color: #FFA54B;
}
</style>
border-color css
<style>
span { border-color: #FFA54B; }
span { border-color: rgb(255,165,75); }
td.TdClassName
{
border-color: #FFA54B;
}
.TagClassName
{
border-color: #FFA54B;
}
</style>