Shades of Tangerine Yellow #FCCF0E
Tints of Tangerine Yellow #FCCF0E
RGB
CMYK
RGB Variations
Color information
#FCCF0E (or 0xFCCF0E) is known color: Tangerine Yellow. HEX triplet: FC, CF and 0E. RGB value is (252,207,14). Sum of RGB (Red+Green+Blue) = 252+207+14=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF0E is #0330F1. Grayscale: #C7C7C7. Windows color (decimal): -209138 or 970748. OLE color: 970748.
HSL color Cylindrical-coordinate representation of color #FCCF0E: hue angle of 48.66º 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 #FCCF0E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.01 |
| HSL | 48.66º | 0.98% | 0.52% | - |
| HSV(B) | 48.66º | 0.94% | 0.99% | - |
| XYZ | 62.54 | 65.35 | 9.73 | - |
| YUV | 198.45 | 23.91 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 14 | 0 | 0.18 | 0.94 | 0.01 | 48.66 | 0.98 | 0.52 |
| Hex | FC | CF | E | 0 | 12 | 5E | 1 | 31 | 62 | 34 |
| Octal | 374 | 317 | 16 | 0 | 22 | 136 | 1 | 61 | 142 | 64 |
| Binary | 11111100 | 11001111 | 1110 | 0 | 10010 | 1011110 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FCCF0E
Complementary color
Monochromatic Colors of #FCCF0E
Black with #FCCF0E
Text Example
Text Example
White with #FCCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF0E; }
p { color: rgb(252,207,14); }
H1.HeaderClassName
{
color: #FCCF0E;
}
.AnyTagClassName
{
color: #FCCF0E;
}
</style>
background-color css
<style>
a { background-color: #FCCF0E; }
a { background-color: rgb(252,207,14); }
div.DivClassName
{
background-color: #FCCF0E;
}
.BgClassName
{
background-color: #FCCF0E;
}
</style>
border-color css
<style>
span { border-color: #FCCF0E; }
span { border-color: rgb(252,207,14); }
td.TdClassName
{
border-color: #FCCF0E;
}
.TagClassName
{
border-color: #FCCF0E;
}
</style>