Shades of Yellow Orange #FBA641
Tints of Yellow Orange #FBA641
RGB
CMYK
RGB Variations
Color information
#FBA641 (or 0xFBA641) is known color: Yellow Orange. HEX triplet: FB, A6 and 41. RGB value is (251,166,65). Sum of RGB (Red+Green+Blue) = 251+166+65=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA641 is #0459BE. Grayscale: #B4B4B4. Windows color (decimal): -285119 or 4302587. OLE color: 4302587.
HSL color Cylindrical-coordinate representation of color #FBA641: hue angle of 32.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBA641 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 65 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.58º | 0.96% | 0.62% | - |
| HSV(B) | 32.58º | 0.74% | 0.98% | - |
| XYZ | 54.37 | 48.16 | 11.43 | - |
| YUV | 179.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 65 | 0 | 0.34 | 0.74 | 0.02 | 32.58 | 0.96 | 0.62 |
| Hex | FB | A6 | 41 | 0 | 22 | 4A | 2 | 21 | 60 | 3E |
| Octal | 373 | 246 | 101 | 0 | 42 | 112 | 2 | 41 | 140 | 76 |
| Binary | 11111011 | 10100110 | 1000001 | 0 | 100010 | 1001010 | 10 | 100001 | 1100000 | 111110 |
Color Harmonies of #FBA641
Complementary color
Monochromatic Colors of #FBA641
Black with #FBA641
Text Example
Text Example
White with #FBA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA641; }
p { color: rgb(251,166,65); }
H1.HeaderClassName
{
color: #FBA641;
}
.AnyTagClassName
{
color: #FBA641;
}
</style>
background-color css
<style>
a { background-color: #FBA641; }
a { background-color: rgb(251,166,65); }
div.DivClassName
{
background-color: #FBA641;
}
.BgClassName
{
background-color: #FBA641;
}
</style>
border-color css
<style>
span { border-color: #FBA641; }
span { border-color: rgb(251,166,65); }
td.TdClassName
{
border-color: #FBA641;
}
.TagClassName
{
border-color: #FBA641;
}
</style>