Shades of Tangerine Yellow #FBC801
Tints of Tangerine Yellow #FBC801
RGB
CMYK
RGB Variations
Color information
#FBC801 (or 0xFBC801) is known color: Tangerine Yellow. HEX triplet: FB, C8 and 01. RGB value is (251,200,1). Sum of RGB (Red+Green+Blue) = 251+200+1=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC801 is #0437FE. Grayscale: #C1C1C1. Windows color (decimal): -276479 or 116987. OLE color: 116987.
HSL color Cylindrical-coordinate representation of color #FBC801: hue angle of 47.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC801 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.02 |
| HSL | 47.76º | 0.99% | 0.49% | - |
| HSV(B) | 47.76º | 1% | 0.98% | - |
| XYZ | 60.44 | 61.82 | 8.78 | - |
| YUV | 192.56 | 19.9 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 1 | 0 | 0.20 | 1.00 | 0.02 | 47.76 | 0.99 | 0.49 |
| Hex | FB | C8 | 1 | 0 | 14 | 64 | 2 | 30 | 63 | 31 |
| Octal | 373 | 310 | 1 | 0 | 24 | 144 | 2 | 60 | 143 | 61 |
| Binary | 11111011 | 11001000 | 1 | 0 | 10100 | 1100100 | 10 | 110000 | 1100011 | 110001 |
Color Harmonies of #FBC801
Complementary color
Monochromatic Colors of #FBC801
Black with #FBC801
Text Example
Text Example
White with #FBC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC801; }
p { color: rgb(251,200,1); }
H1.HeaderClassName
{
color: #FBC801;
}
.AnyTagClassName
{
color: #FBC801;
}
</style>
background-color css
<style>
a { background-color: #FBC801; }
a { background-color: rgb(251,200,1); }
div.DivClassName
{
background-color: #FBC801;
}
.BgClassName
{
background-color: #FBC801;
}
</style>
border-color css
<style>
span { border-color: #FBC801; }
span { border-color: rgb(251,200,1); }
td.TdClassName
{
border-color: #FBC801;
}
.TagClassName
{
border-color: #FBC801;
}
</style>