Shades of Tangerine Yellow #FDD00F
Tints of Tangerine Yellow #FDD00F
RGB
CMYK
RGB Variations
Color information
#FDD00F (or 0xFDD00F) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 0F. RGB value is (253,208,15). Sum of RGB (Red+Green+Blue) = 253+208+15=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD00F is #022FF0. Grayscale: #C8C8C8. Windows color (decimal): -143345 or 1036541. OLE color: 1036541.
HSL color Cylindrical-coordinate representation of color #FDD00F: hue angle of 48.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD00F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.01 |
| HSL | 48.66º | 0.98% | 0.53% | - |
| HSV(B) | 48.66º | 0.94% | 0.99% | - |
| XYZ | 63.15 | 66.03 | 9.87 | - |
| YUV | 199.45 | 23.91 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 15 | 0 | 0.18 | 0.94 | 0.01 | 48.66 | 0.98 | 0.53 |
| Hex | FD | D0 | F | 0 | 12 | 5E | 1 | 31 | 62 | 35 |
| Octal | 375 | 320 | 17 | 0 | 22 | 136 | 1 | 61 | 142 | 65 |
| Binary | 11111101 | 11010000 | 1111 | 0 | 10010 | 1011110 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FDD00F
Complementary color
Monochromatic Colors of #FDD00F
Black with #FDD00F
Text Example
Text Example
White with #FDD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD00F; }
p { color: rgb(253,208,15); }
H1.HeaderClassName
{
color: #FDD00F;
}
.AnyTagClassName
{
color: #FDD00F;
}
</style>
background-color css
<style>
a { background-color: #FDD00F; }
a { background-color: rgb(253,208,15); }
div.DivClassName
{
background-color: #FDD00F;
}
.BgClassName
{
background-color: #FDD00F;
}
</style>
border-color css
<style>
span { border-color: #FDD00F; }
span { border-color: rgb(253,208,15); }
td.TdClassName
{
border-color: #FDD00F;
}
.TagClassName
{
border-color: #FDD00F;
}
</style>