Shades of Sunshade #FBA144
Tints of Sunshade #FBA144
RGB
CMYK
RGB Variations
Color information
#FBA144 (or 0xFBA144) is known color: Sunshade. HEX triplet: FB, A1 and 44. RGB value is (251,161,68). Sum of RGB (Red+Green+Blue) = 251+161+68=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA144 is #045EBB. Grayscale: #B1B1B1. Windows color (decimal): -286396 or 4497915. OLE color: 4497915.
HSL color Cylindrical-coordinate representation of color #FBA144: hue angle of 30.49º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBA144 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 68 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.02 |
| HSL | 30.49º | 0.96% | 0.63% | - |
| HSV(B) | 30.49º | 0.73% | 0.98% | - |
| XYZ | 53.57 | 46.42 | 11.6 | - |
| YUV | 177.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 68 | 0 | 0.36 | 0.73 | 0.02 | 30.49 | 0.96 | 0.63 |
| Hex | FB | A1 | 44 | 0 | 24 | 49 | 2 | 1E | 60 | 3F |
| Octal | 373 | 241 | 104 | 0 | 44 | 111 | 2 | 36 | 140 | 77 |
| Binary | 11111011 | 10100001 | 1000100 | 0 | 100100 | 1001001 | 10 | 11110 | 1100000 | 111111 |
Color Harmonies of #FBA144
Complementary color
Monochromatic Colors of #FBA144
Black with #FBA144
Text Example
Text Example
White with #FBA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA144; }
p { color: rgb(251,161,68); }
H1.HeaderClassName
{
color: #FBA144;
}
.AnyTagClassName
{
color: #FBA144;
}
</style>
background-color css
<style>
a { background-color: #FBA144; }
a { background-color: rgb(251,161,68); }
div.DivClassName
{
background-color: #FBA144;
}
.BgClassName
{
background-color: #FBA144;
}
</style>
border-color css
<style>
span { border-color: #FBA144; }
span { border-color: rgb(251,161,68); }
td.TdClassName
{
border-color: #FBA144;
}
.TagClassName
{
border-color: #FBA144;
}
</style>