Shades of Tangerine Yellow #FCCC03
Tints of Tangerine Yellow #FCCC03
RGB
CMYK
RGB Variations
Color information
#FCCC03 (or 0xFCCC03) is known color: Tangerine Yellow. HEX triplet: FC, CC and 03. RGB value is (252,204,3). Sum of RGB (Red+Green+Blue) = 252+204+3=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC03 is #0333FC. Grayscale: #C4C4C4. Windows color (decimal): -209917 or 249084. OLE color: 249084.
HSL color Cylindrical-coordinate representation of color #FCCC03: hue angle of 48.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCCC03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.43º | 0.98% | 0.5% | - |
| HSV(B) | 48.43º | 0.99% | 0.99% | - |
| XYZ | 61.75 | 63.89 | 9.16 | - |
| YUV | 195.44 | 19.4 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 3 | 0 | 0.19 | 0.99 | 0.01 | 48.43 | 0.98 | 0.5 |
| Hex | FC | CC | 3 | 0 | 13 | 63 | 1 | 30 | 62 | 32 |
| Octal | 374 | 314 | 3 | 0 | 23 | 143 | 1 | 60 | 142 | 62 |
| Binary | 11111100 | 11001100 | 11 | 0 | 10011 | 1100011 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FCCC03
Complementary color
Monochromatic Colors of #FCCC03
Black with #FCCC03
Text Example
Text Example
White with #FCCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC03; }
p { color: rgb(252,204,3); }
H1.HeaderClassName
{
color: #FCCC03;
}
.AnyTagClassName
{
color: #FCCC03;
}
</style>
background-color css
<style>
a { background-color: #FCCC03; }
a { background-color: rgb(252,204,3); }
div.DivClassName
{
background-color: #FCCC03;
}
.BgClassName
{
background-color: #FCCC03;
}
</style>
border-color css
<style>
span { border-color: #FCCC03; }
span { border-color: rgb(252,204,3); }
td.TdClassName
{
border-color: #FCCC03;
}
.TagClassName
{
border-color: #FCCC03;
}
</style>