Shades of Tangerine Yellow #FBCE01
Tints of Tangerine Yellow #FBCE01
RGB
CMYK
RGB Variations
Color information
#FBCE01 (or 0xFBCE01) is known color: Tangerine Yellow. HEX triplet: FB, CE and 01. RGB value is (251,206,1). Sum of RGB (Red+Green+Blue) = 251+206+1=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCE01 is #0431FE. Grayscale: #C4C4C4. Windows color (decimal): -274943 or 118523. OLE color: 118523.
HSL color Cylindrical-coordinate representation of color #FBCE01: hue angle of 49.2º 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 #FBCE01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.02 |
| HSL | 49.2º | 0.99% | 0.49% | - |
| HSV(B) | 49.2º | 1% | 0.98% | - |
| XYZ | 61.86 | 64.65 | 9.25 | - |
| YUV | 196.09 | 17.91 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 1 | 0 | 0.18 | 1.00 | 0.02 | 49.2 | 0.99 | 0.49 |
| Hex | FB | CE | 1 | 0 | 12 | 64 | 2 | 31 | 63 | 31 |
| Octal | 373 | 316 | 1 | 0 | 22 | 144 | 2 | 61 | 143 | 61 |
| Binary | 11111011 | 11001110 | 1 | 0 | 10010 | 1100100 | 10 | 110001 | 1100011 | 110001 |
Color Harmonies of #FBCE01
Complementary color
Monochromatic Colors of #FBCE01
Black with #FBCE01
Text Example
Text Example
White with #FBCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE01; }
p { color: rgb(251,206,1); }
H1.HeaderClassName
{
color: #FBCE01;
}
.AnyTagClassName
{
color: #FBCE01;
}
</style>
background-color css
<style>
a { background-color: #FBCE01; }
a { background-color: rgb(251,206,1); }
div.DivClassName
{
background-color: #FBCE01;
}
.BgClassName
{
background-color: #FBCE01;
}
</style>
border-color css
<style>
span { border-color: #FBCE01; }
span { border-color: rgb(251,206,1); }
td.TdClassName
{
border-color: #FBCE01;
}
.TagClassName
{
border-color: #FBCE01;
}
</style>