Shades of Sunshade #FFA14B
Tints of Sunshade #FFA14B
RGB
CMYK
RGB Variations
Color information
#FFA14B (or 0xFFA14B) is known color: Sunshade. HEX triplet: FF, A1 and 4B. RGB value is (255,161,75). Sum of RGB (Red+Green+Blue) = 255+161+75=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA14B is #005EB4. Grayscale: #B3B3B3. Windows color (decimal): -24245 or 4956671. OLE color: 4956671.
HSL color Cylindrical-coordinate representation of color #FFA14B: hue angle of 28.67º 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 #FFA14B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 75 | - |
| CMYK | 0 | 0.37 | 0.71 | 0 |
| HSL | 28.67º | 1% | 0.65% | - |
| HSV(B) | 28.67º | 0.71% | 1% | - |
| XYZ | 55.25 | 47.26 | 12.87 | - |
| YUV | 179.3 | 69.14 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 75 | 0 | 0.37 | 0.71 | 0 | 28.67 | 1 | 0.65 |
| Hex | FF | A1 | 4B | 0 | 25 | 47 | 0 | 1D | 64 | 41 |
| Octal | 377 | 241 | 113 | 0 | 45 | 107 | 0 | 35 | 144 | 101 |
| Binary | 11111111 | 10100001 | 1001011 | 0 | 100101 | 1000111 | 0 | 11101 | 1100100 | 1000001 |
Color Harmonies of #FFA14B
Complementary color
Monochromatic Colors of #FFA14B
Black with #FFA14B
Text Example
Text Example
White with #FFA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA14B; }
p { color: rgb(255,161,75); }
H1.HeaderClassName
{
color: #FFA14B;
}
.AnyTagClassName
{
color: #FFA14B;
}
</style>
background-color css
<style>
a { background-color: #FFA14B; }
a { background-color: rgb(255,161,75); }
div.DivClassName
{
background-color: #FFA14B;
}
.BgClassName
{
background-color: #FFA14B;
}
</style>
border-color css
<style>
span { border-color: #FFA14B; }
span { border-color: rgb(255,161,75); }
td.TdClassName
{
border-color: #FFA14B;
}
.TagClassName
{
border-color: #FFA14B;
}
</style>