Shades of Tangerine Yellow #FBCF00
Tints of Tangerine Yellow #FBCF00
RGB
CMYK
RGB Variations
Color information
#FBCF00 (or 0xFBCF00) is known color: Tangerine Yellow. HEX triplet: FB, CF and 00. RGB value is (251,207,0). Sum of RGB (Red+Green+Blue) = 251+207+0=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCF00 is #0430FF. Grayscale: #C5C5C5. Windows color (decimal): -274688 or 53243. OLE color: 53243.
HSL color Cylindrical-coordinate representation of color #FBCF00: hue angle of 49.48º 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 #FBCF00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.02 |
| HSL | 49.48º | 1% | 0.49% | - |
| HSV(B) | 49.48º | 1% | 0.98% | - |
| XYZ | 62.1 | 65.13 | 9.3 | - |
| YUV | 196.56 | 17.08 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 0 | 0 | 0.18 | 1 | 0.02 | 49.48 | 1 | 0.49 |
| Hex | FB | CF | 0 | 0 | 12 | 64 | 2 | 31 | 64 | 31 |
| Octal | 373 | 317 | 0 | 0 | 22 | 144 | 2 | 61 | 144 | 61 |
| Binary | 11111011 | 11001111 | 0 | 0 | 10010 | 1100100 | 10 | 110001 | 1100100 | 110001 |
Color Harmonies of #FBCF00
Complementary color
Monochromatic Colors of #FBCF00
Black with #FBCF00
Text Example
Text Example
White with #FBCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF00; }
p { color: rgb(251,207,0); }
H1.HeaderClassName
{
color: #FBCF00;
}
.AnyTagClassName
{
color: #FBCF00;
}
</style>
background-color css
<style>
a { background-color: #FBCF00; }
a { background-color: rgb(251,207,0); }
div.DivClassName
{
background-color: #FBCF00;
}
.BgClassName
{
background-color: #FBCF00;
}
</style>
border-color css
<style>
span { border-color: #FBCF00; }
span { border-color: rgb(251,207,0); }
td.TdClassName
{
border-color: #FBCF00;
}
.TagClassName
{
border-color: #FBCF00;
}
</style>