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