Shades of Turbo #FCC722
Tints of Turbo #FCC722
RGB
CMYK
RGB Variations
Color information
#FCC722 (or 0xFCC722) is known color: Turbo. HEX triplet: FC, C7 and 22. RGB value is (252,199,34). Sum of RGB (Red+Green+Blue) = 252+199+34=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC722 is #0338DD. Grayscale: #C4C4C4. Windows color (decimal): -211166 or 2279420. OLE color: 2279420.
HSL color Cylindrical-coordinate representation of color #FCC722: hue angle of 45.41º 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 #FCC722 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 34 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.41º | 0.97% | 0.56% | - |
| HSV(B) | 45.41º | 0.87% | 0.99% | - |
| XYZ | 60.86 | 61.66 | 10.21 | - |
| YUV | 196.04 | 36.56 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 34 | 0 | 0.21 | 0.87 | 0.01 | 45.41 | 0.97 | 0.56 |
| Hex | FC | C7 | 22 | 0 | 15 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 307 | 42 | 0 | 25 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000111 | 100010 | 0 | 10101 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC722
Complementary color
Monochromatic Colors of #FCC722
Black with #FCC722
Text Example
Text Example
White with #FCC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC722; }
p { color: rgb(252,199,34); }
H1.HeaderClassName
{
color: #FCC722;
}
.AnyTagClassName
{
color: #FCC722;
}
</style>
background-color css
<style>
a { background-color: #FCC722; }
a { background-color: rgb(252,199,34); }
div.DivClassName
{
background-color: #FCC722;
}
.BgClassName
{
background-color: #FCC722;
}
</style>
border-color css
<style>
span { border-color: #FCC722; }
span { border-color: rgb(252,199,34); }
td.TdClassName
{
border-color: #FCC722;
}
.TagClassName
{
border-color: #FCC722;
}
</style>