Shades of Turbo #FCC61C
Tints of Turbo #FCC61C
RGB
CMYK
RGB Variations
Color information
#FCC61C (or 0xFCC61C) is known color: Turbo. HEX triplet: FC, C6 and 1C. RGB value is (252,198,28). Sum of RGB (Red+Green+Blue) = 252+198+28=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61C is #0339E3. Grayscale: #C3C3C3. Windows color (decimal): -211428 or 1885948. OLE color: 1885948.
HSL color Cylindrical-coordinate representation of color #FCC61C: hue angle of 45.54º 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 #FCC61C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 28 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 45.54º | 0.97% | 0.55% | - |
| HSV(B) | 45.54º | 0.89% | 0.99% | - |
| XYZ | 60.55 | 61.17 | 9.71 | - |
| YUV | 194.77 | 33.89 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 28 | 0 | 0.21 | 0.89 | 0.01 | 45.54 | 0.97 | 0.55 |
| Hex | FC | C6 | 1C | 0 | 15 | 59 | 1 | 2E | 61 | 37 |
| Octal | 374 | 306 | 34 | 0 | 25 | 131 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11000110 | 11100 | 0 | 10101 | 1011001 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC61C
Complementary color
Monochromatic Colors of #FCC61C
Black with #FCC61C
Text Example
Text Example
White with #FCC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC61C; }
p { color: rgb(252,198,28); }
H1.HeaderClassName
{
color: #FCC61C;
}
.AnyTagClassName
{
color: #FCC61C;
}
</style>
background-color css
<style>
a { background-color: #FCC61C; }
a { background-color: rgb(252,198,28); }
div.DivClassName
{
background-color: #FCC61C;
}
.BgClassName
{
background-color: #FCC61C;
}
</style>
border-color css
<style>
span { border-color: #FCC61C; }
span { border-color: rgb(252,198,28); }
td.TdClassName
{
border-color: #FCC61C;
}
.TagClassName
{
border-color: #FCC61C;
}
</style>