Shades of Orange #FBAB02
Tints of Orange #FBAB02
RGB
CMYK
RGB Variations
Color information
#FBAB02 (or 0xFBAB02) is known color: Orange. HEX triplet: FB, AB and 02. RGB value is (251,171,2). Sum of RGB (Red+Green+Blue) = 251+171+2=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB02 is #0454FD. Grayscale: #B0B0B0. Windows color (decimal): -283902 or 175099. OLE color: 175099.
HSL color Cylindrical-coordinate representation of color #FBAB02: hue angle of 40.72º 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 #FBAB02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.02 |
| HSL | 40.72º | 0.98% | 0.5% | - |
| HSV(B) | 40.72º | 0.99% | 0.98% | - |
| XYZ | 54.36 | 49.64 | 6.77 | - |
| YUV | 175.65 | 30 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 2 | 0 | 0.32 | 0.99 | 0.02 | 40.72 | 0.98 | 0.5 |
| Hex | FB | AB | 2 | 0 | 20 | 63 | 2 | 29 | 62 | 32 |
| Octal | 373 | 253 | 2 | 0 | 40 | 143 | 2 | 51 | 142 | 62 |
| Binary | 11111011 | 10101011 | 10 | 0 | 100000 | 1100011 | 10 | 101001 | 1100010 | 110010 |
Color Harmonies of #FBAB02
Complementary color
Monochromatic Colors of #FBAB02
Black with #FBAB02
Text Example
Text Example
White with #FBAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB02; }
p { color: rgb(251,171,2); }
H1.HeaderClassName
{
color: #FBAB02;
}
.AnyTagClassName
{
color: #FBAB02;
}
</style>
background-color css
<style>
a { background-color: #FBAB02; }
a { background-color: rgb(251,171,2); }
div.DivClassName
{
background-color: #FBAB02;
}
.BgClassName
{
background-color: #FBAB02;
}
</style>
border-color css
<style>
span { border-color: #FBAB02; }
span { border-color: rgb(251,171,2); }
td.TdClassName
{
border-color: #FBAB02;
}
.TagClassName
{
border-color: #FBAB02;
}
</style>