Shades of Tangerine Yellow #FDCB0E
Tints of Tangerine Yellow #FDCB0E
RGB
CMYK
RGB Variations
Color information
#FDCB0E (or 0xFDCB0E) is known color: Tangerine Yellow. HEX triplet: FD, CB and 0E. RGB value is (253,203,14). Sum of RGB (Red+Green+Blue) = 253+203+14=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB0E is #0234F1. Grayscale: #C5C5C5. Windows color (decimal): -144626 or 969725. OLE color: 969725.
HSL color Cylindrical-coordinate representation of color #FDCB0E: hue angle of 47.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDCB0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.01 |
| HSL | 47.45º | 0.98% | 0.52% | - |
| HSV(B) | 47.45º | 0.94% | 0.99% | - |
| XYZ | 61.94 | 63.63 | 9.43 | - |
| YUV | 196.4 | 25.07 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 14 | 0 | 0.20 | 0.94 | 0.01 | 47.45 | 0.98 | 0.52 |
| Hex | FD | CB | E | 0 | 14 | 5E | 1 | 2F | 62 | 34 |
| Octal | 375 | 313 | 16 | 0 | 24 | 136 | 1 | 57 | 142 | 64 |
| Binary | 11111101 | 11001011 | 1110 | 0 | 10100 | 1011110 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FDCB0E
Complementary color
Monochromatic Colors of #FDCB0E
Black with #FDCB0E
Text Example
Text Example
White with #FDCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB0E; }
p { color: rgb(253,203,14); }
H1.HeaderClassName
{
color: #FDCB0E;
}
.AnyTagClassName
{
color: #FDCB0E;
}
</style>
background-color css
<style>
a { background-color: #FDCB0E; }
a { background-color: rgb(253,203,14); }
div.DivClassName
{
background-color: #FDCB0E;
}
.BgClassName
{
background-color: #FDCB0E;
}
</style>
border-color css
<style>
span { border-color: #FDCB0E; }
span { border-color: rgb(253,203,14); }
td.TdClassName
{
border-color: #FDCB0E;
}
.TagClassName
{
border-color: #FDCB0E;
}
</style>