Shades of Turbo #FCCC1B
Tints of Turbo #FCCC1B
RGB
CMYK
RGB Variations
Color information
#FCCC1B (or 0xFCCC1B) is known color: Turbo. HEX triplet: FC, CC and 1B. RGB value is (252,204,27). Sum of RGB (Red+Green+Blue) = 252+204+27=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1B is #0333E4. Grayscale: #C6C6C6. Windows color (decimal): -209893 or 1821948. OLE color: 1821948.
HSL color Cylindrical-coordinate representation of color #FCCC1B: hue angle of 47.2º 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 #FCCC1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.01 |
| HSL | 47.2º | 0.97% | 0.55% | - |
| HSV(B) | 47.2º | 0.89% | 0.99% | - |
| XYZ | 61.94 | 63.96 | 10.12 | - |
| YUV | 198.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 27 | 0 | 0.19 | 0.89 | 0.01 | 47.2 | 0.97 | 0.55 |
| Hex | FC | CC | 1B | 0 | 13 | 59 | 1 | 2F | 61 | 37 |
| Octal | 374 | 314 | 33 | 0 | 23 | 131 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001100 | 11011 | 0 | 10011 | 1011001 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCC1B
Complementary color
Monochromatic Colors of #FCCC1B
Black with #FCCC1B
Text Example
Text Example
White with #FCCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC1B; }
p { color: rgb(252,204,27); }
H1.HeaderClassName
{
color: #FCCC1B;
}
.AnyTagClassName
{
color: #FCCC1B;
}
</style>
background-color css
<style>
a { background-color: #FCCC1B; }
a { background-color: rgb(252,204,27); }
div.DivClassName
{
background-color: #FCCC1B;
}
.BgClassName
{
background-color: #FCCC1B;
}
</style>
border-color css
<style>
span { border-color: #FCCC1B; }
span { border-color: rgb(252,204,27); }
td.TdClassName
{
border-color: #FCCC1B;
}
.TagClassName
{
border-color: #FCCC1B;
}
</style>