Shades of Tangerine Yellow #FCCF0D
Tints of Tangerine Yellow #FCCF0D
RGB
CMYK
RGB Variations
Color information
#FCCF0D (or 0xFCCF0D) is known color: Tangerine Yellow. HEX triplet: FC, CF and 0D. RGB value is (252,207,13). Sum of RGB (Red+Green+Blue) = 252+207+13=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF0D is #0330F2. Grayscale: #C7C7C7. Windows color (decimal): -209139 or 905212. OLE color: 905212.
HSL color Cylindrical-coordinate representation of color #FCCF0D: hue angle of 48.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCCF0D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.01 |
| HSL | 48.7º | 0.98% | 0.52% | - |
| HSV(B) | 48.7º | 0.95% | 0.99% | - |
| XYZ | 62.53 | 65.35 | 9.7 | - |
| YUV | 198.34 | 23.41 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 13 | 0 | 0.18 | 0.95 | 0.01 | 48.7 | 0.98 | 0.52 |
| Hex | FC | CF | D | 0 | 12 | 5F | 1 | 31 | 62 | 34 |
| Octal | 374 | 317 | 15 | 0 | 22 | 137 | 1 | 61 | 142 | 64 |
| Binary | 11111100 | 11001111 | 1101 | 0 | 10010 | 1011111 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FCCF0D
Complementary color
Monochromatic Colors of #FCCF0D
Black with #FCCF0D
Text Example
Text Example
White with #FCCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF0D; }
p { color: rgb(252,207,13); }
H1.HeaderClassName
{
color: #FCCF0D;
}
.AnyTagClassName
{
color: #FCCF0D;
}
</style>
background-color css
<style>
a { background-color: #FCCF0D; }
a { background-color: rgb(252,207,13); }
div.DivClassName
{
background-color: #FCCF0D;
}
.BgClassName
{
background-color: #FCCF0D;
}
</style>
border-color css
<style>
span { border-color: #FCCF0D; }
span { border-color: rgb(252,207,13); }
td.TdClassName
{
border-color: #FCCF0D;
}
.TagClassName
{
border-color: #FCCF0D;
}
</style>