Shades of Tangerine Yellow #FDCB00
Tints of Tangerine Yellow #FDCB00
RGB
CMYK
RGB Variations
Color information
#FDCB00 (or 0xFDCB00) is known color: Tangerine Yellow. HEX triplet: FD, CB and 00. RGB value is (253,203,0). Sum of RGB (Red+Green+Blue) = 253+203+0=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB00 is #0234FF. Grayscale: #C3C3C3. Windows color (decimal): -144640 or 52221. OLE color: 52221.
HSL color Cylindrical-coordinate representation of color #FDCB00: hue angle of 48.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDCB00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.01 |
| HSL | 48.14º | 1% | 0.5% | - |
| HSV(B) | 48.14º | 1% | 0.99% | - |
| XYZ | 61.86 | 63.59 | 9.01 | - |
| YUV | 194.81 | 18.07 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 0 | 0 | 0.20 | 1 | 0.01 | 48.14 | 1 | 0.5 |
| Hex | FD | CB | 0 | 0 | 14 | 64 | 1 | 30 | 64 | 32 |
| Octal | 375 | 313 | 0 | 0 | 24 | 144 | 1 | 60 | 144 | 62 |
| Binary | 11111101 | 11001011 | 0 | 0 | 10100 | 1100100 | 1 | 110000 | 1100100 | 110010 |
Color Harmonies of #FDCB00
Complementary color
Monochromatic Colors of #FDCB00
Black with #FDCB00
Text Example
Text Example
White with #FDCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB00; }
p { color: rgb(253,203,0); }
H1.HeaderClassName
{
color: #FDCB00;
}
.AnyTagClassName
{
color: #FDCB00;
}
</style>
background-color css
<style>
a { background-color: #FDCB00; }
a { background-color: rgb(253,203,0); }
div.DivClassName
{
background-color: #FDCB00;
}
.BgClassName
{
background-color: #FDCB00;
}
</style>
border-color css
<style>
span { border-color: #FDCB00; }
span { border-color: rgb(253,203,0); }
td.TdClassName
{
border-color: #FDCB00;
}
.TagClassName
{
border-color: #FDCB00;
}
</style>