Shades of Tangerine Yellow #FBC90C
Tints of Tangerine Yellow #FBC90C
RGB
CMYK
RGB Variations
Color information
#FBC90C (or 0xFBC90C) is known color: Tangerine Yellow. HEX triplet: FB, C9 and 0C. RGB value is (251,201,12). Sum of RGB (Red+Green+Blue) = 251+201+12=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC90C is #0436F3. Grayscale: #C3C3C3. Windows color (decimal): -276212 or 838139. OLE color: 838139.
HSL color Cylindrical-coordinate representation of color #FBC90C: hue angle of 47.45º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBC90C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.02 |
| HSL | 47.45º | 0.97% | 0.52% | - |
| HSV(B) | 47.45º | 0.95% | 0.98% | - |
| XYZ | 60.74 | 62.31 | 9.17 | - |
| YUV | 194.4 | 25.07 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 12 | 0 | 0.20 | 0.95 | 0.02 | 47.45 | 0.97 | 0.52 |
| Hex | FB | C9 | C | 0 | 14 | 5F | 2 | 2F | 61 | 34 |
| Octal | 373 | 311 | 14 | 0 | 24 | 137 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11001001 | 1100 | 0 | 10100 | 1011111 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC90C
Complementary color
Monochromatic Colors of #FBC90C
Black with #FBC90C
Text Example
Text Example
White with #FBC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC90C; }
p { color: rgb(251,201,12); }
H1.HeaderClassName
{
color: #FBC90C;
}
.AnyTagClassName
{
color: #FBC90C;
}
</style>
background-color css
<style>
a { background-color: #FBC90C; }
a { background-color: rgb(251,201,12); }
div.DivClassName
{
background-color: #FBC90C;
}
.BgClassName
{
background-color: #FBC90C;
}
</style>
border-color css
<style>
span { border-color: #FBC90C; }
span { border-color: rgb(251,201,12); }
td.TdClassName
{
border-color: #FBC90C;
}
.TagClassName
{
border-color: #FBC90C;
}
</style>