Shades of Sunshade #FFA148
Tints of Sunshade #FFA148
RGB
CMYK
RGB Variations
Color information
#FFA148 (or 0xFFA148) is known color: Sunshade. HEX triplet: FF, A1 and 48. RGB value is (255,161,72). Sum of RGB (Red+Green+Blue) = 255+161+72=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA148 is #005EB7. Grayscale: #B3B3B3. Windows color (decimal): -24248 or 4760063. OLE color: 4760063.
HSL color Cylindrical-coordinate representation of color #FFA148: hue angle of 29.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA148 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 72 | - |
| CMYK | 0 | 0.37 | 0.72 | 0 |
| HSL | 29.18º | 1% | 0.64% | - |
| HSV(B) | 29.18º | 0.72% | 1% | - |
| XYZ | 55.15 | 47.22 | 12.34 | - |
| YUV | 178.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 72 | 0 | 0.37 | 0.72 | 0 | 29.18 | 1 | 0.64 |
| Hex | FF | A1 | 48 | 0 | 25 | 48 | 0 | 1D | 64 | 40 |
| Octal | 377 | 241 | 110 | 0 | 45 | 110 | 0 | 35 | 144 | 100 |
| Binary | 11111111 | 10100001 | 1001000 | 0 | 100101 | 1001000 | 0 | 11101 | 1100100 | 1000000 |
Color Harmonies of #FFA148
Complementary color
Monochromatic Colors of #FFA148
Black with #FFA148
Text Example
Text Example
White with #FFA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA148; }
p { color: rgb(255,161,72); }
H1.HeaderClassName
{
color: #FFA148;
}
.AnyTagClassName
{
color: #FFA148;
}
</style>
background-color css
<style>
a { background-color: #FFA148; }
a { background-color: rgb(255,161,72); }
div.DivClassName
{
background-color: #FFA148;
}
.BgClassName
{
background-color: #FFA148;
}
</style>
border-color css
<style>
span { border-color: #FFA148; }
span { border-color: rgb(255,161,72); }
td.TdClassName
{
border-color: #FFA148;
}
.TagClassName
{
border-color: #FFA148;
}
</style>