Shades of Turbo #FCC81B
Tints of Turbo #FCC81B
RGB
CMYK
RGB Variations
Color information
#FCC81B (or 0xFCC81B) is known color: Turbo. HEX triplet: FC, C8 and 1B. RGB value is (252,200,27). Sum of RGB (Red+Green+Blue) = 252+200+27=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC81B is #0337E4. Grayscale: #C4C4C4. Windows color (decimal): -210917 or 1820924. OLE color: 1820924.
HSL color Cylindrical-coordinate representation of color #FCC81B: hue angle of 46.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCC81B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 27 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 46.13º | 0.97% | 0.55% | - |
| HSV(B) | 46.13º | 0.89% | 0.99% | - |
| XYZ | 61 | 62.08 | 9.81 | - |
| YUV | 195.83 | 32.73 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 27 | 0 | 0.21 | 0.89 | 0.01 | 46.13 | 0.97 | 0.55 |
| Hex | FC | C8 | 1B | 0 | 15 | 59 | 1 | 2E | 61 | 37 |
| Octal | 374 | 310 | 33 | 0 | 25 | 131 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11001000 | 11011 | 0 | 10101 | 1011001 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC81B
Complementary color
Monochromatic Colors of #FCC81B
Black with #FCC81B
Text Example
Text Example
White with #FCC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC81B; }
p { color: rgb(252,200,27); }
H1.HeaderClassName
{
color: #FCC81B;
}
.AnyTagClassName
{
color: #FCC81B;
}
</style>
background-color css
<style>
a { background-color: #FCC81B; }
a { background-color: rgb(252,200,27); }
div.DivClassName
{
background-color: #FCC81B;
}
.BgClassName
{
background-color: #FCC81B;
}
</style>
border-color css
<style>
span { border-color: #FCC81B; }
span { border-color: rgb(252,200,27); }
td.TdClassName
{
border-color: #FCC81B;
}
.TagClassName
{
border-color: #FCC81B;
}
</style>