Shades of Tangerine Yellow #FCCB0D
Tints of Tangerine Yellow #FCCB0D
RGB
CMYK
RGB Variations
Color information
#FCCB0D (or 0xFCCB0D) is known color: Tangerine Yellow. HEX triplet: FC, CB and 0D. RGB value is (252,203,13). Sum of RGB (Red+Green+Blue) = 252+203+13=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB0D is #0334F2. Grayscale: #C4C4C4. Windows color (decimal): -210163 or 904188. OLE color: 904188.
HSL color Cylindrical-coordinate representation of color #FCCB0D: hue angle of 47.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 #FCCB0D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.01 |
| HSL | 47.7º | 0.98% | 0.52% | - |
| HSV(B) | 47.7º | 0.95% | 0.99% | - |
| XYZ | 61.57 | 63.44 | 9.38 | - |
| YUV | 195.99 | 24.73 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 13 | 0 | 0.19 | 0.95 | 0.01 | 47.7 | 0.98 | 0.52 |
| Hex | FC | CB | D | 0 | 13 | 5F | 1 | 30 | 62 | 34 |
| Octal | 374 | 313 | 15 | 0 | 23 | 137 | 1 | 60 | 142 | 64 |
| Binary | 11111100 | 11001011 | 1101 | 0 | 10011 | 1011111 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FCCB0D
Complementary color
Monochromatic Colors of #FCCB0D
Black with #FCCB0D
Text Example
Text Example
White with #FCCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB0D; }
p { color: rgb(252,203,13); }
H1.HeaderClassName
{
color: #FCCB0D;
}
.AnyTagClassName
{
color: #FCCB0D;
}
</style>
background-color css
<style>
a { background-color: #FCCB0D; }
a { background-color: rgb(252,203,13); }
div.DivClassName
{
background-color: #FCCB0D;
}
.BgClassName
{
background-color: #FCCB0D;
}
</style>
border-color css
<style>
span { border-color: #FCCB0D; }
span { border-color: rgb(252,203,13); }
td.TdClassName
{
border-color: #FCCB0D;
}
.TagClassName
{
border-color: #FCCB0D;
}
</style>