Shades of Tangerine Yellow #FDCB09
Tints of Tangerine Yellow #FDCB09
RGB
CMYK
RGB Variations
Color information
#FDCB09 (or 0xFDCB09) is known color: Tangerine Yellow. HEX triplet: FD, CB and 09. RGB value is (253,203,9). Sum of RGB (Red+Green+Blue) = 253+203+9=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB09 is #0234F6. Grayscale: #C4C4C4. Windows color (decimal): -144631 or 642045. OLE color: 642045.
HSL color Cylindrical-coordinate representation of color #FDCB09: hue angle of 47.7º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDCB09 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.01 |
| HSL | 47.7º | 0.98% | 0.51% | - |
| HSV(B) | 47.7º | 0.96% | 0.99% | - |
| XYZ | 61.91 | 63.61 | 9.27 | - |
| YUV | 195.83 | 22.57 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 9 | 0 | 0.20 | 0.96 | 0.01 | 47.7 | 0.98 | 0.51 |
| Hex | FD | CB | 9 | 0 | 14 | 60 | 1 | 30 | 62 | 33 |
| Octal | 375 | 313 | 11 | 0 | 24 | 140 | 1 | 60 | 142 | 63 |
| Binary | 11111101 | 11001011 | 1001 | 0 | 10100 | 1100000 | 1 | 110000 | 1100010 | 110011 |
Color Harmonies of #FDCB09
Complementary color
Monochromatic Colors of #FDCB09
Black with #FDCB09
Text Example
Text Example
White with #FDCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB09; }
p { color: rgb(253,203,9); }
H1.HeaderClassName
{
color: #FDCB09;
}
.AnyTagClassName
{
color: #FDCB09;
}
</style>
background-color css
<style>
a { background-color: #FDCB09; }
a { background-color: rgb(253,203,9); }
div.DivClassName
{
background-color: #FDCB09;
}
.BgClassName
{
background-color: #FDCB09;
}
</style>
border-color css
<style>
span { border-color: #FDCB09; }
span { border-color: rgb(253,203,9); }
td.TdClassName
{
border-color: #FDCB09;
}
.TagClassName
{
border-color: #FDCB09;
}
</style>