Shades of Tangerine Yellow #FBCD03
Tints of Tangerine Yellow #FBCD03
RGB
CMYK
RGB Variations
Color information
#FBCD03 (or 0xFBCD03) is known color: Tangerine Yellow. HEX triplet: FB, CD and 03. RGB value is (251,205,3). Sum of RGB (Red+Green+Blue) = 251+205+3=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD03 is #0432FC. Grayscale: #C4C4C4. Windows color (decimal): -275197 or 249339. OLE color: 249339.
HSL color Cylindrical-coordinate representation of color #FBCD03: hue angle of 48.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBCD03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.02 |
| HSL | 48.87º | 0.98% | 0.5% | - |
| HSV(B) | 48.87º | 0.99% | 0.98% | - |
| XYZ | 61.63 | 64.18 | 9.23 | - |
| YUV | 195.73 | 19.24 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 3 | 0 | 0.18 | 0.99 | 0.02 | 48.87 | 0.98 | 0.5 |
| Hex | FB | CD | 3 | 0 | 12 | 63 | 2 | 31 | 62 | 32 |
| Octal | 373 | 315 | 3 | 0 | 22 | 143 | 2 | 61 | 142 | 62 |
| Binary | 11111011 | 11001101 | 11 | 0 | 10010 | 1100011 | 10 | 110001 | 1100010 | 110010 |
Color Harmonies of #FBCD03
Complementary color
Monochromatic Colors of #FBCD03
Black with #FBCD03
Text Example
Text Example
White with #FBCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD03; }
p { color: rgb(251,205,3); }
H1.HeaderClassName
{
color: #FBCD03;
}
.AnyTagClassName
{
color: #FBCD03;
}
</style>
background-color css
<style>
a { background-color: #FBCD03; }
a { background-color: rgb(251,205,3); }
div.DivClassName
{
background-color: #FBCD03;
}
.BgClassName
{
background-color: #FBCD03;
}
</style>
border-color css
<style>
span { border-color: #FBCD03; }
span { border-color: rgb(251,205,3); }
td.TdClassName
{
border-color: #FBCD03;
}
.TagClassName
{
border-color: #FBCD03;
}
</style>