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