Shades of Turbo #FCC922
Tints of Turbo #FCC922
RGB
CMYK
RGB Variations
Color information
#FCC922 (or 0xFCC922) is known color: Turbo. HEX triplet: FC, C9 and 22. RGB value is (252,201,34). Sum of RGB (Red+Green+Blue) = 252+201+34=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC922 is #0336DD. Grayscale: #C5C5C5. Windows color (decimal): -210654 or 2279932. OLE color: 2279932.
HSL color Cylindrical-coordinate representation of color #FCC922: hue angle of 45.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCC922 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 34 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.01 |
| HSL | 45.96º | 0.97% | 0.56% | - |
| HSV(B) | 45.96º | 0.87% | 0.99% | - |
| XYZ | 61.32 | 62.58 | 10.36 | - |
| YUV | 197.21 | 35.9 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 34 | 0 | 0.20 | 0.87 | 0.01 | 45.96 | 0.97 | 0.56 |
| Hex | FC | C9 | 22 | 0 | 14 | 57 | 1 | 2E | 61 | 38 |
| Octal | 374 | 311 | 42 | 0 | 24 | 127 | 1 | 56 | 141 | 70 |
| Binary | 11111100 | 11001001 | 100010 | 0 | 10100 | 1010111 | 1 | 101110 | 1100001 | 111000 |
Color Harmonies of #FCC922
Complementary color
Monochromatic Colors of #FCC922
Black with #FCC922
Text Example
Text Example
White with #FCC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC922; }
p { color: rgb(252,201,34); }
H1.HeaderClassName
{
color: #FCC922;
}
.AnyTagClassName
{
color: #FCC922;
}
</style>
background-color css
<style>
a { background-color: #FCC922; }
a { background-color: rgb(252,201,34); }
div.DivClassName
{
background-color: #FCC922;
}
.BgClassName
{
background-color: #FCC922;
}
</style>
border-color css
<style>
span { border-color: #FCC922; }
span { border-color: rgb(252,201,34); }
td.TdClassName
{
border-color: #FCC922;
}
.TagClassName
{
border-color: #FCC922;
}
</style>