Shades of Tangerine Yellow #FDCE01
Tints of Tangerine Yellow #FDCE01
RGB
CMYK
RGB Variations
Color information
#FDCE01 (or 0xFDCE01) is known color: Tangerine Yellow. HEX triplet: FD, CE and 01. RGB value is (253,206,1). Sum of RGB (Red+Green+Blue) = 253+206+1=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE01 is #0231FE. Grayscale: #C5C5C5. Windows color (decimal): -143871 or 118525. OLE color: 118525.
HSL color Cylindrical-coordinate representation of color #FDCE01: hue angle of 48.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDCE01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.01 |
| HSL | 48.81º | 0.99% | 0.5% | - |
| HSV(B) | 48.81º | 1% | 0.99% | - |
| XYZ | 62.58 | 65.03 | 9.28 | - |
| YUV | 196.68 | 17.57 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 1 | 0 | 0.19 | 1.00 | 0.01 | 48.81 | 0.99 | 0.5 |
| Hex | FD | CE | 1 | 0 | 13 | 64 | 1 | 31 | 63 | 32 |
| Octal | 375 | 316 | 1 | 0 | 23 | 144 | 1 | 61 | 143 | 62 |
| Binary | 11111101 | 11001110 | 1 | 0 | 10011 | 1100100 | 1 | 110001 | 1100011 | 110010 |
Color Harmonies of #FDCE01
Complementary color
Monochromatic Colors of #FDCE01
Black with #FDCE01
Text Example
Text Example
White with #FDCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE01; }
p { color: rgb(253,206,1); }
H1.HeaderClassName
{
color: #FDCE01;
}
.AnyTagClassName
{
color: #FDCE01;
}
</style>
background-color css
<style>
a { background-color: #FDCE01; }
a { background-color: rgb(253,206,1); }
div.DivClassName
{
background-color: #FDCE01;
}
.BgClassName
{
background-color: #FDCE01;
}
</style>
border-color css
<style>
span { border-color: #FDCE01; }
span { border-color: rgb(253,206,1); }
td.TdClassName
{
border-color: #FDCE01;
}
.TagClassName
{
border-color: #FDCE01;
}
</style>