Shades of Selective Yellow #FCB30B
Tints of Selective Yellow #FCB30B
RGB
CMYK
RGB Variations
Color information
#FCB30B (or 0xFCB30B) is known color: Selective Yellow. HEX triplet: FC, B3 and 0B. RGB value is (252,179,11). Sum of RGB (Red+Green+Blue) = 252+179+11=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30B is #034CF4. Grayscale: #B6B6B6. Windows color (decimal): -216309 or 766972. OLE color: 766972.
HSL color Cylindrical-coordinate representation of color #FCB30B: hue angle of 41.83º 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 #FCB30B is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 11 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 41.83º | 0.98% | 0.52% | - |
| HSV(B) | 41.83º | 0.96% | 0.99% | - |
| XYZ | 56.33 | 52.96 | 7.57 | - |
| YUV | 181.68 | 31.68 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 11 | 0 | 0.29 | 0.96 | 0.01 | 41.83 | 0.98 | 0.52 |
| Hex | FC | B3 | B | 0 | 1D | 60 | 1 | 2A | 62 | 34 |
| Octal | 374 | 263 | 13 | 0 | 35 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110011 | 1011 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB30B
Complementary color
Monochromatic Colors of #FCB30B
Black with #FCB30B
Text Example
Text Example
White with #FCB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB30B; }
p { color: rgb(252,179,11); }
H1.HeaderClassName
{
color: #FCB30B;
}
.AnyTagClassName
{
color: #FCB30B;
}
</style>
background-color css
<style>
a { background-color: #FCB30B; }
a { background-color: rgb(252,179,11); }
div.DivClassName
{
background-color: #FCB30B;
}
.BgClassName
{
background-color: #FCB30B;
}
</style>
border-color css
<style>
span { border-color: #FCB30B; }
span { border-color: rgb(252,179,11); }
td.TdClassName
{
border-color: #FCB30B;
}
.TagClassName
{
border-color: #FCB30B;
}
</style>