Shades of Orange #FBAF03
Tints of Orange #FBAF03
RGB
CMYK
RGB Variations
Color information
#FBAF03 (or 0xFBAF03) is known color: Orange. HEX triplet: FB, AF and 03. RGB value is (251,175,3). Sum of RGB (Red+Green+Blue) = 251+175+3=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAF03 is #0450FC. Grayscale: #B2B2B2. Windows color (decimal): -282877 or 241659. OLE color: 241659.
HSL color Cylindrical-coordinate representation of color #FBAF03: hue angle of 41.61º 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 #FBAF03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.02 |
| HSL | 41.61º | 0.98% | 0.5% | - |
| HSV(B) | 41.61º | 0.99% | 0.98% | - |
| XYZ | 55.13 | 51.18 | 7.06 | - |
| YUV | 178.12 | 29.18 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 3 | 0 | 0.30 | 0.99 | 0.02 | 41.61 | 0.98 | 0.5 |
| Hex | FB | AF | 3 | 0 | 1E | 63 | 2 | 2A | 62 | 32 |
| Octal | 373 | 257 | 3 | 0 | 36 | 143 | 2 | 52 | 142 | 62 |
| Binary | 11111011 | 10101111 | 11 | 0 | 11110 | 1100011 | 10 | 101010 | 1100010 | 110010 |
Color Harmonies of #FBAF03
Complementary color
Monochromatic Colors of #FBAF03
Black with #FBAF03
Text Example
Text Example
White with #FBAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF03; }
p { color: rgb(251,175,3); }
H1.HeaderClassName
{
color: #FBAF03;
}
.AnyTagClassName
{
color: #FBAF03;
}
</style>
background-color css
<style>
a { background-color: #FBAF03; }
a { background-color: rgb(251,175,3); }
div.DivClassName
{
background-color: #FBAF03;
}
.BgClassName
{
background-color: #FBAF03;
}
</style>
border-color css
<style>
span { border-color: #FBAF03; }
span { border-color: rgb(251,175,3); }
td.TdClassName
{
border-color: #FBAF03;
}
.TagClassName
{
border-color: #FBAF03;
}
</style>