Shades of Tangerine Yellow #FBC90F
Tints of Tangerine Yellow #FBC90F
RGB
CMYK
RGB Variations
Color information
#FBC90F (or 0xFBC90F) is known color: Tangerine Yellow. HEX triplet: FB, C9 and 0F. RGB value is (251,201,15). Sum of RGB (Red+Green+Blue) = 251+201+15=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC90F is #0436F0. Grayscale: #C3C3C3. Windows color (decimal): -276209 or 1034747. OLE color: 1034747.
HSL color Cylindrical-coordinate representation of color #FBC90F: hue angle of 47.29º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBC90F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.29º | 0.97% | 0.52% | - |
| HSV(B) | 47.29º | 0.94% | 0.98% | - |
| XYZ | 60.76 | 62.32 | 9.28 | - |
| YUV | 194.75 | 26.57 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 15 | 0 | 0.20 | 0.94 | 0.02 | 47.29 | 0.97 | 0.52 |
| Hex | FB | C9 | F | 0 | 14 | 5E | 2 | 2F | 61 | 34 |
| Octal | 373 | 311 | 17 | 0 | 24 | 136 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11001001 | 1111 | 0 | 10100 | 1011110 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC90F
Complementary color
Monochromatic Colors of #FBC90F
Black with #FBC90F
Text Example
Text Example
White with #FBC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC90F; }
p { color: rgb(251,201,15); }
H1.HeaderClassName
{
color: #FBC90F;
}
.AnyTagClassName
{
color: #FBC90F;
}
</style>
background-color css
<style>
a { background-color: #FBC90F; }
a { background-color: rgb(251,201,15); }
div.DivClassName
{
background-color: #FBC90F;
}
.BgClassName
{
background-color: #FBC90F;
}
</style>
border-color css
<style>
span { border-color: #FBC90F; }
span { border-color: rgb(251,201,15); }
td.TdClassName
{
border-color: #FBC90F;
}
.TagClassName
{
border-color: #FBC90F;
}
</style>