Shades of Sunshade #FBA24A
Tints of Sunshade #FBA24A
RGB
CMYK
RGB Variations
Color information
#FBA24A (or 0xFBA24A) is known color: Sunshade. HEX triplet: FB, A2 and 4A. RGB value is (251,162,74). Sum of RGB (Red+Green+Blue) = 251+162+74=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA24A is #045DB5. Grayscale: #B3B3B3. Windows color (decimal): -286134 or 4891387. OLE color: 4891387.
HSL color Cylindrical-coordinate representation of color #FBA24A: hue angle of 29.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA24A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 74 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.02 |
| HSL | 29.83º | 0.96% | 0.64% | - |
| HSV(B) | 29.83º | 0.71% | 0.98% | - |
| XYZ | 53.94 | 46.84 | 12.68 | - |
| YUV | 178.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 74 | 0 | 0.35 | 0.71 | 0.02 | 29.83 | 0.96 | 0.64 |
| Hex | FB | A2 | 4A | 0 | 23 | 47 | 2 | 1E | 60 | 40 |
| Octal | 373 | 242 | 112 | 0 | 43 | 107 | 2 | 36 | 140 | 100 |
| Binary | 11111011 | 10100010 | 1001010 | 0 | 100011 | 1000111 | 10 | 11110 | 1100000 | 1000000 |
Color Harmonies of #FBA24A
Complementary color
Monochromatic Colors of #FBA24A
Black with #FBA24A
Text Example
Text Example
White with #FBA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA24A; }
p { color: rgb(251,162,74); }
H1.HeaderClassName
{
color: #FBA24A;
}
.AnyTagClassName
{
color: #FBA24A;
}
</style>
background-color css
<style>
a { background-color: #FBA24A; }
a { background-color: rgb(251,162,74); }
div.DivClassName
{
background-color: #FBA24A;
}
.BgClassName
{
background-color: #FBA24A;
}
</style>
border-color css
<style>
span { border-color: #FBA24A; }
span { border-color: rgb(251,162,74); }
td.TdClassName
{
border-color: #FBA24A;
}
.TagClassName
{
border-color: #FBA24A;
}
</style>