Shades of Orange #FBA402
Tints of Orange #FBA402
RGB
CMYK
RGB Variations
Color information
#FBA402 (or 0xFBA402) is known color: Orange. HEX triplet: FB, A4 and 02. RGB value is (251,164,2). Sum of RGB (Red+Green+Blue) = 251+164+2=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA402 is #045BFD. Grayscale: #ACACAC. Windows color (decimal): -285694 or 173307. OLE color: 173307.
HSL color Cylindrical-coordinate representation of color #FBA402: hue angle of 39.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBA402 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.02 |
| HSL | 39.04º | 0.98% | 0.5% | - |
| HSV(B) | 39.04º | 0.99% | 0.98% | - |
| XYZ | 53.07 | 47.06 | 6.34 | - |
| YUV | 171.55 | 32.32 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 2 | 0 | 0.35 | 0.99 | 0.02 | 39.04 | 0.98 | 0.5 |
| Hex | FB | A4 | 2 | 0 | 23 | 63 | 2 | 27 | 62 | 32 |
| Octal | 373 | 244 | 2 | 0 | 43 | 143 | 2 | 47 | 142 | 62 |
| Binary | 11111011 | 10100100 | 10 | 0 | 100011 | 1100011 | 10 | 100111 | 1100010 | 110010 |
Color Harmonies of #FBA402
Complementary color
Monochromatic Colors of #FBA402
Black with #FBA402
Text Example
Text Example
White with #FBA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA402; }
p { color: rgb(251,164,2); }
H1.HeaderClassName
{
color: #FBA402;
}
.AnyTagClassName
{
color: #FBA402;
}
</style>
background-color css
<style>
a { background-color: #FBA402; }
a { background-color: rgb(251,164,2); }
div.DivClassName
{
background-color: #FBA402;
}
.BgClassName
{
background-color: #FBA402;
}
</style>
border-color css
<style>
span { border-color: #FBA402; }
span { border-color: rgb(251,164,2); }
td.TdClassName
{
border-color: #FBA402;
}
.TagClassName
{
border-color: #FBA402;
}
</style>