Shades of Selective Yellow #FCB70C
Tints of Selective Yellow #FCB70C
RGB
CMYK
RGB Variations
Color information
#FCB70C (or 0xFCB70C) is known color: Selective Yellow. HEX triplet: FC, B7 and 0C. RGB value is (252,183,12). Sum of RGB (Red+Green+Blue) = 252+183+12=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB70C is #0348F3. Grayscale: #B8B8B8. Windows color (decimal): -215284 or 833532. OLE color: 833532.
HSL color Cylindrical-coordinate representation of color #FCB70C: hue angle of 42.75º 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 #FCB70C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.01 |
| HSL | 42.75º | 0.98% | 0.52% | - |
| HSV(B) | 42.75º | 0.95% | 0.99% | - |
| XYZ | 57.14 | 54.59 | 7.87 | - |
| YUV | 184.14 | 30.86 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 12 | 0 | 0.27 | 0.95 | 0.01 | 42.75 | 0.98 | 0.52 |
| Hex | FC | B7 | C | 0 | 1B | 5F | 1 | 2B | 62 | 34 |
| Octal | 374 | 267 | 14 | 0 | 33 | 137 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10110111 | 1100 | 0 | 11011 | 1011111 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCB70C
Complementary color
Monochromatic Colors of #FCB70C
Black with #FCB70C
Text Example
Text Example
White with #FCB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB70C; }
p { color: rgb(252,183,12); }
H1.HeaderClassName
{
color: #FCB70C;
}
.AnyTagClassName
{
color: #FCB70C;
}
</style>
background-color css
<style>
a { background-color: #FCB70C; }
a { background-color: rgb(252,183,12); }
div.DivClassName
{
background-color: #FCB70C;
}
.BgClassName
{
background-color: #FCB70C;
}
</style>
border-color css
<style>
span { border-color: #FCB70C; }
span { border-color: rgb(252,183,12); }
td.TdClassName
{
border-color: #FCB70C;
}
.TagClassName
{
border-color: #FCB70C;
}
</style>