Shades of Selective Yellow #FCBB0E
Tints of Selective Yellow #FCBB0E
RGB
CMYK
RGB Variations
Color information
#FCBB0E (or 0xFCBB0E) is known color: Selective Yellow. HEX triplet: FC, BB and 0E. RGB value is (252,187,14). Sum of RGB (Red+Green+Blue) = 252+187+14=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB0E is #0344F1. Grayscale: #BBBBBB. Windows color (decimal): -214258 or 965628. OLE color: 965628.
HSL color Cylindrical-coordinate representation of color #FCBB0E: hue angle of 43.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 #FCBB0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.01 |
| HSL | 43.61º | 0.98% | 0.52% | - |
| HSV(B) | 43.61º | 0.94% | 0.99% | - |
| XYZ | 57.99 | 56.27 | 8.22 | - |
| YUV | 186.71 | 30.53 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 14 | 0 | 0.26 | 0.94 | 0.01 | 43.61 | 0.98 | 0.52 |
| Hex | FC | BB | E | 0 | 1A | 5E | 1 | 2C | 62 | 34 |
| Octal | 374 | 273 | 16 | 0 | 32 | 136 | 1 | 54 | 142 | 64 |
| Binary | 11111100 | 10111011 | 1110 | 0 | 11010 | 1011110 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FCBB0E
Complementary color
Monochromatic Colors of #FCBB0E
Black with #FCBB0E
Text Example
Text Example
White with #FCBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB0E; }
p { color: rgb(252,187,14); }
H1.HeaderClassName
{
color: #FCBB0E;
}
.AnyTagClassName
{
color: #FCBB0E;
}
</style>
background-color css
<style>
a { background-color: #FCBB0E; }
a { background-color: rgb(252,187,14); }
div.DivClassName
{
background-color: #FCBB0E;
}
.BgClassName
{
background-color: #FCBB0E;
}
</style>
border-color css
<style>
span { border-color: #FCBB0E; }
span { border-color: rgb(252,187,14); }
td.TdClassName
{
border-color: #FCBB0E;
}
.TagClassName
{
border-color: #FCBB0E;
}
</style>