Shades of Sunshade #FBA74F
Tints of Sunshade #FBA74F
RGB
CMYK
RGB Variations
Color information
#FBA74F (or 0xFBA74F) is known color: Sunshade. HEX triplet: FB, A7 and 4F. RGB value is (251,167,79). Sum of RGB (Red+Green+Blue) = 251+167+79=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA74F is #0458B0. Grayscale: #B6B6B6. Windows color (decimal): -284849 or 5220347. OLE color: 5220347.
HSL color Cylindrical-coordinate representation of color #FBA74F: hue angle of 30.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBA74F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 79 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.02 |
| HSL | 30.7º | 0.96% | 0.65% | - |
| HSV(B) | 30.7º | 0.69% | 0.98% | - |
| XYZ | 55.01 | 48.71 | 13.9 | - |
| YUV | 182.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 79 | 0 | 0.33 | 0.69 | 0.02 | 30.7 | 0.96 | 0.65 |
| Hex | FB | A7 | 4F | 0 | 21 | 45 | 2 | 1F | 60 | 41 |
| Octal | 373 | 247 | 117 | 0 | 41 | 105 | 2 | 37 | 140 | 101 |
| Binary | 11111011 | 10100111 | 1001111 | 0 | 100001 | 1000101 | 10 | 11111 | 1100000 | 1000001 |
Color Harmonies of #FBA74F
Complementary color
Monochromatic Colors of #FBA74F
Black with #FBA74F
Text Example
Text Example
White with #FBA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA74F; }
p { color: rgb(251,167,79); }
H1.HeaderClassName
{
color: #FBA74F;
}
.AnyTagClassName
{
color: #FBA74F;
}
</style>
background-color css
<style>
a { background-color: #FBA74F; }
a { background-color: rgb(251,167,79); }
div.DivClassName
{
background-color: #FBA74F;
}
.BgClassName
{
background-color: #FBA74F;
}
</style>
border-color css
<style>
span { border-color: #FBA74F; }
span { border-color: rgb(251,167,79); }
td.TdClassName
{
border-color: #FBA74F;
}
.TagClassName
{
border-color: #FBA74F;
}
</style>