Shades of Tangerine Yellow #FDCB0F
Tints of Tangerine Yellow #FDCB0F
RGB
CMYK
RGB Variations
Color information
#FDCB0F (or 0xFDCB0F) is known color: Tangerine Yellow. HEX triplet: FD, CB and 0F. RGB value is (253,203,15). Sum of RGB (Red+Green+Blue) = 253+203+15=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB0F is #0234F0. Grayscale: #C5C5C5. Windows color (decimal): -144625 or 1035261. OLE color: 1035261.
HSL color Cylindrical-coordinate representation of color #FDCB0F: hue angle of 47.39º 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 #FDCB0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.01 |
| HSL | 47.39º | 0.98% | 0.53% | - |
| HSV(B) | 47.39º | 0.94% | 0.99% | - |
| XYZ | 61.95 | 63.63 | 9.47 | - |
| YUV | 196.52 | 25.57 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 15 | 0 | 0.20 | 0.94 | 0.01 | 47.39 | 0.98 | 0.53 |
| Hex | FD | CB | F | 0 | 14 | 5E | 1 | 2F | 62 | 35 |
| Octal | 375 | 313 | 17 | 0 | 24 | 136 | 1 | 57 | 142 | 65 |
| Binary | 11111101 | 11001011 | 1111 | 0 | 10100 | 1011110 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FDCB0F
Complementary color
Monochromatic Colors of #FDCB0F
Black with #FDCB0F
Text Example
Text Example
White with #FDCB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB0F; }
p { color: rgb(253,203,15); }
H1.HeaderClassName
{
color: #FDCB0F;
}
.AnyTagClassName
{
color: #FDCB0F;
}
</style>
background-color css
<style>
a { background-color: #FDCB0F; }
a { background-color: rgb(253,203,15); }
div.DivClassName
{
background-color: #FDCB0F;
}
.BgClassName
{
background-color: #FDCB0F;
}
</style>
border-color css
<style>
span { border-color: #FDCB0F; }
span { border-color: rgb(253,203,15); }
td.TdClassName
{
border-color: #FDCB0F;
}
.TagClassName
{
border-color: #FDCB0F;
}
</style>