Shades of Tangerine Yellow #FBCD04
Tints of Tangerine Yellow #FBCD04
RGB
CMYK
RGB Variations
Color information
#FBCD04 (or 0xFBCD04) is known color: Tangerine Yellow. HEX triplet: FB, CD and 04. RGB value is (251,205,4). Sum of RGB (Red+Green+Blue) = 251+205+4=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD04 is #0432FB. Grayscale: #C4C4C4. Windows color (decimal): -275196 or 314875. OLE color: 314875.
HSL color Cylindrical-coordinate representation of color #FBCD04: hue angle of 48.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBCD04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.02 |
| HSL | 48.83º | 0.97% | 0.5% | - |
| HSV(B) | 48.83º | 0.98% | 0.98% | - |
| XYZ | 61.64 | 64.18 | 9.25 | - |
| YUV | 195.84 | 19.74 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 4 | 0 | 0.18 | 0.98 | 0.02 | 48.83 | 0.97 | 0.5 |
| Hex | FB | CD | 4 | 0 | 12 | 62 | 2 | 31 | 61 | 32 |
| Octal | 373 | 315 | 4 | 0 | 22 | 142 | 2 | 61 | 141 | 62 |
| Binary | 11111011 | 11001101 | 100 | 0 | 10010 | 1100010 | 10 | 110001 | 1100001 | 110010 |
Color Harmonies of #FBCD04
Complementary color
Monochromatic Colors of #FBCD04
Black with #FBCD04
Text Example
Text Example
White with #FBCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD04; }
p { color: rgb(251,205,4); }
H1.HeaderClassName
{
color: #FBCD04;
}
.AnyTagClassName
{
color: #FBCD04;
}
</style>
background-color css
<style>
a { background-color: #FBCD04; }
a { background-color: rgb(251,205,4); }
div.DivClassName
{
background-color: #FBCD04;
}
.BgClassName
{
background-color: #FBCD04;
}
</style>
border-color css
<style>
span { border-color: #FBCD04; }
span { border-color: rgb(251,205,4); }
td.TdClassName
{
border-color: #FBCD04;
}
.TagClassName
{
border-color: #FBCD04;
}
</style>