Shades of Sunshade #FFA348
Tints of Sunshade #FFA348
RGB
CMYK
RGB Variations
Color information
#FFA348 (or 0xFFA348) is known color: Sunshade. HEX triplet: FF, A3 and 48. RGB value is (255,163,72). Sum of RGB (Red+Green+Blue) = 255+163+72=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA348 is #005CB7. Grayscale: #B4B4B4. Windows color (decimal): -23736 or 4760575. OLE color: 4760575.
HSL color Cylindrical-coordinate representation of color #FFA348: hue angle of 29.84º 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 #FFA348 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 72 | - |
| CMYK | 0 | 0.36 | 0.72 | 0 |
| HSL | 29.84º | 1% | 0.64% | - |
| HSV(B) | 29.84º | 0.72% | 1% | - |
| XYZ | 55.51 | 47.92 | 12.46 | - |
| YUV | 180.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 72 | 0 | 0.36 | 0.72 | 0 | 29.84 | 1 | 0.64 |
| Hex | FF | A3 | 48 | 0 | 24 | 48 | 0 | 1E | 64 | 40 |
| Octal | 377 | 243 | 110 | 0 | 44 | 110 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100011 | 1001000 | 0 | 100100 | 1001000 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA348
Complementary color
Monochromatic Colors of #FFA348
Black with #FFA348
Text Example
Text Example
White with #FFA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA348; }
p { color: rgb(255,163,72); }
H1.HeaderClassName
{
color: #FFA348;
}
.AnyTagClassName
{
color: #FFA348;
}
</style>
background-color css
<style>
a { background-color: #FFA348; }
a { background-color: rgb(255,163,72); }
div.DivClassName
{
background-color: #FFA348;
}
.BgClassName
{
background-color: #FFA348;
}
</style>
border-color css
<style>
span { border-color: #FFA348; }
span { border-color: rgb(255,163,72); }
td.TdClassName
{
border-color: #FFA348;
}
.TagClassName
{
border-color: #FFA348;
}
</style>