Shades of Orange #FBA604
Tints of Orange #FBA604
RGB
CMYK
RGB Variations
Color information
#FBA604 (or 0xFBA604) is known color: Orange. HEX triplet: FB, A6 and 04. RGB value is (251,166,4). Sum of RGB (Red+Green+Blue) = 251+166+4=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA604 is #0459FB. Grayscale: #ADADAD. Windows color (decimal): -285180 or 304891. OLE color: 304891.
HSL color Cylindrical-coordinate representation of color #FBA604: hue angle of 39.35º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBA604 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.02 |
| HSL | 39.35º | 0.97% | 0.5% | - |
| HSV(B) | 39.35º | 0.98% | 0.98% | - |
| XYZ | 53.44 | 47.79 | 6.52 | - |
| YUV | 172.95 | 32.66 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 4 | 0 | 0.34 | 0.98 | 0.02 | 39.35 | 0.97 | 0.5 |
| Hex | FB | A6 | 4 | 0 | 22 | 62 | 2 | 27 | 61 | 32 |
| Octal | 373 | 246 | 4 | 0 | 42 | 142 | 2 | 47 | 141 | 62 |
| Binary | 11111011 | 10100110 | 100 | 0 | 100010 | 1100010 | 10 | 100111 | 1100001 | 110010 |
Color Harmonies of #FBA604
Complementary color
Monochromatic Colors of #FBA604
Black with #FBA604
Text Example
Text Example
White with #FBA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA604; }
p { color: rgb(251,166,4); }
H1.HeaderClassName
{
color: #FBA604;
}
.AnyTagClassName
{
color: #FBA604;
}
</style>
background-color css
<style>
a { background-color: #FBA604; }
a { background-color: rgb(251,166,4); }
div.DivClassName
{
background-color: #FBA604;
}
.BgClassName
{
background-color: #FBA604;
}
</style>
border-color css
<style>
span { border-color: #FBA604; }
span { border-color: rgb(251,166,4); }
td.TdClassName
{
border-color: #FBA604;
}
.TagClassName
{
border-color: #FBA604;
}
</style>