Shades of Sunshade #FBA44A
Tints of Sunshade #FBA44A
RGB
CMYK
RGB Variations
Color information
#FBA44A (or 0xFBA44A) is known color: Sunshade. HEX triplet: FB, A4 and 4A. RGB value is (251,164,74). Sum of RGB (Red+Green+Blue) = 251+164+74=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA44A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA44A is #045BB5. Grayscale: #B4B4B4. Windows color (decimal): -285622 or 4891899. OLE color: 4891899.
HSL color Cylindrical-coordinate representation of color #FBA44A: hue angle of 30.51º 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 #FBA44A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 74 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.02 |
| HSL | 30.51º | 0.96% | 0.64% | - |
| HSV(B) | 30.51º | 0.71% | 0.98% | - |
| XYZ | 54.3 | 47.55 | 12.8 | - |
| YUV | 179.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 74 | 0 | 0.35 | 0.71 | 0.02 | 30.51 | 0.96 | 0.64 |
| Hex | FB | A4 | 4A | 0 | 23 | 47 | 2 | 1F | 60 | 40 |
| Octal | 373 | 244 | 112 | 0 | 43 | 107 | 2 | 37 | 140 | 100 |
| Binary | 11111011 | 10100100 | 1001010 | 0 | 100011 | 1000111 | 10 | 11111 | 1100000 | 1000000 |
Color Harmonies of #FBA44A
Complementary color
Monochromatic Colors of #FBA44A
Black with #FBA44A
Text Example
Text Example
White with #FBA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA44A; }
p { color: rgb(251,164,74); }
H1.HeaderClassName
{
color: #FBA44A;
}
.AnyTagClassName
{
color: #FBA44A;
}
</style>
background-color css
<style>
a { background-color: #FBA44A; }
a { background-color: rgb(251,164,74); }
div.DivClassName
{
background-color: #FBA44A;
}
.BgClassName
{
background-color: #FBA44A;
}
</style>
border-color css
<style>
span { border-color: #FBA44A; }
span { border-color: rgb(251,164,74); }
td.TdClassName
{
border-color: #FBA44A;
}
.TagClassName
{
border-color: #FBA44A;
}
</style>