Shades of Tangerine Yellow #FBCD0A
Tints of Tangerine Yellow #FBCD0A
RGB
CMYK
RGB Variations
Color information
#FBCD0A (or 0xFBCD0A) is known color: Tangerine Yellow. HEX triplet: FB, CD and 0A. RGB value is (251,205,10). Sum of RGB (Red+Green+Blue) = 251+205+10=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD0A is #0432F5. Grayscale: #C5C5C5. Windows color (decimal): -275190 or 708091. OLE color: 708091.
HSL color Cylindrical-coordinate representation of color #FBCD0A: hue angle of 48.55º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBCD0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 48.55º | 0.97% | 0.51% | - |
| HSV(B) | 48.55º | 0.96% | 0.98% | - |
| XYZ | 61.67 | 64.19 | 9.43 | - |
| YUV | 196.52 | 22.74 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 10 | 0 | 0.18 | 0.96 | 0.02 | 48.55 | 0.97 | 0.51 |
| Hex | FB | CD | A | 0 | 12 | 60 | 2 | 31 | 61 | 33 |
| Octal | 373 | 315 | 12 | 0 | 22 | 140 | 2 | 61 | 141 | 63 |
| Binary | 11111011 | 11001101 | 1010 | 0 | 10010 | 1100000 | 10 | 110001 | 1100001 | 110011 |
Color Harmonies of #FBCD0A
Complementary color
Monochromatic Colors of #FBCD0A
Black with #FBCD0A
Text Example
Text Example
White with #FBCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD0A; }
p { color: rgb(251,205,10); }
H1.HeaderClassName
{
color: #FBCD0A;
}
.AnyTagClassName
{
color: #FBCD0A;
}
</style>
background-color css
<style>
a { background-color: #FBCD0A; }
a { background-color: rgb(251,205,10); }
div.DivClassName
{
background-color: #FBCD0A;
}
.BgClassName
{
background-color: #FBCD0A;
}
</style>
border-color css
<style>
span { border-color: #FBCD0A; }
span { border-color: rgb(251,205,10); }
td.TdClassName
{
border-color: #FBCD0A;
}
.TagClassName
{
border-color: #FBCD0A;
}
</style>