Shades of Tangerine Yellow #FCCA0B
Tints of Tangerine Yellow #FCCA0B
RGB
CMYK
RGB Variations
Color information
#FCCA0B (or 0xFCCA0B) is known color: Tangerine Yellow. HEX triplet: FC, CA and 0B. RGB value is (252,202,11). Sum of RGB (Red+Green+Blue) = 252+202+11=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCA0B is #0335F4. Grayscale: #C3C3C3. Windows color (decimal): -210421 or 772860. OLE color: 772860.
HSL color Cylindrical-coordinate representation of color #FCCA0B: hue angle of 47.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCCA0B is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 11 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.01 |
| HSL | 47.55º | 0.98% | 0.52% | - |
| HSV(B) | 47.55º | 0.96% | 0.99% | - |
| XYZ | 61.33 | 62.96 | 9.24 | - |
| YUV | 195.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 11 | 0 | 0.20 | 0.96 | 0.01 | 47.55 | 0.98 | 0.52 |
| Hex | FC | CA | B | 0 | 14 | 60 | 1 | 30 | 62 | 34 |
| Octal | 374 | 312 | 13 | 0 | 24 | 140 | 1 | 60 | 142 | 64 |
| Binary | 11111100 | 11001010 | 1011 | 0 | 10100 | 1100000 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FCCA0B
Complementary color
Monochromatic Colors of #FCCA0B
Black with #FCCA0B
Text Example
Text Example
White with #FCCA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA0B; }
p { color: rgb(252,202,11); }
H1.HeaderClassName
{
color: #FCCA0B;
}
.AnyTagClassName
{
color: #FCCA0B;
}
</style>
background-color css
<style>
a { background-color: #FCCA0B; }
a { background-color: rgb(252,202,11); }
div.DivClassName
{
background-color: #FCCA0B;
}
.BgClassName
{
background-color: #FCCA0B;
}
</style>
border-color css
<style>
span { border-color: #FCCA0B; }
span { border-color: rgb(252,202,11); }
td.TdClassName
{
border-color: #FCCA0B;
}
.TagClassName
{
border-color: #FCCA0B;
}
</style>