Shades of Tangerine Yellow #FBC90E
Tints of Tangerine Yellow #FBC90E
RGB
CMYK
RGB Variations
Color information
#FBC90E (or 0xFBC90E) is known color: Tangerine Yellow. HEX triplet: FB, C9 and 0E. RGB value is (251,201,14). Sum of RGB (Red+Green+Blue) = 251+201+14=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC90E is #0436F1. Grayscale: #C3C3C3. Windows color (decimal): -276210 or 969211. OLE color: 969211.
HSL color Cylindrical-coordinate representation of color #FBC90E: hue angle of 47.34º 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 #FBC90E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.34º | 0.97% | 0.52% | - |
| HSV(B) | 47.34º | 0.94% | 0.98% | - |
| XYZ | 60.75 | 62.31 | 9.24 | - |
| YUV | 194.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 14 | 0 | 0.20 | 0.94 | 0.02 | 47.34 | 0.97 | 0.52 |
| Hex | FB | C9 | E | 0 | 14 | 5E | 2 | 2F | 61 | 34 |
| Octal | 373 | 311 | 16 | 0 | 24 | 136 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11001001 | 1110 | 0 | 10100 | 1011110 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC90E
Complementary color
Monochromatic Colors of #FBC90E
Black with #FBC90E
Text Example
Text Example
White with #FBC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC90E; }
p { color: rgb(251,201,14); }
H1.HeaderClassName
{
color: #FBC90E;
}
.AnyTagClassName
{
color: #FBC90E;
}
</style>
background-color css
<style>
a { background-color: #FBC90E; }
a { background-color: rgb(251,201,14); }
div.DivClassName
{
background-color: #FBC90E;
}
.BgClassName
{
background-color: #FBC90E;
}
</style>
border-color css
<style>
span { border-color: #FBC90E; }
span { border-color: rgb(251,201,14); }
td.TdClassName
{
border-color: #FBC90E;
}
.TagClassName
{
border-color: #FBC90E;
}
</style>