Shades of Turbo #FCC81A
Tints of Turbo #FCC81A
RGB
CMYK
RGB Variations
Color information
#FCC81A (or 0xFCC81A) is known color: Turbo. HEX triplet: FC, C8 and 1A. RGB value is (252,200,26). Sum of RGB (Red+Green+Blue) = 252+200+26=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC81A is #0337E5. Grayscale: #C4C4C4. Windows color (decimal): -210918 or 1755388. OLE color: 1755388.
HSL color Cylindrical-coordinate representation of color #FCC81A: hue angle of 46.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC81A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 46.19º | 0.97% | 0.55% | - |
| HSV(B) | 46.19º | 0.9% | 0.99% | - |
| XYZ | 60.99 | 62.08 | 9.75 | - |
| YUV | 195.71 | 32.23 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 26 | 0 | 0.21 | 0.90 | 0.01 | 46.19 | 0.97 | 0.55 |
| Hex | FC | C8 | 1A | 0 | 15 | 5A | 1 | 2E | 61 | 37 |
| Octal | 374 | 310 | 32 | 0 | 25 | 132 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11001000 | 11010 | 0 | 10101 | 1011010 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC81A
Complementary color
Monochromatic Colors of #FCC81A
Black with #FCC81A
Text Example
Text Example
White with #FCC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC81A; }
p { color: rgb(252,200,26); }
H1.HeaderClassName
{
color: #FCC81A;
}
.AnyTagClassName
{
color: #FCC81A;
}
</style>
background-color css
<style>
a { background-color: #FCC81A; }
a { background-color: rgb(252,200,26); }
div.DivClassName
{
background-color: #FCC81A;
}
.BgClassName
{
background-color: #FCC81A;
}
</style>
border-color css
<style>
span { border-color: #FCC81A; }
span { border-color: rgb(252,200,26); }
td.TdClassName
{
border-color: #FCC81A;
}
.TagClassName
{
border-color: #FCC81A;
}
</style>