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