Shades of Turbo #FFC820
Tints of Turbo #FFC820
RGB
CMYK
RGB Variations
Color information
#FFC820 (or 0xFFC820) is known color: Turbo. HEX triplet: FF, C8 and 20. RGB value is (255,200,32). Sum of RGB (Red+Green+Blue) = 255+200+32=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC820 is #0037DF. Grayscale: #C6C6C6. Windows color (decimal): -14304 or 2148607. OLE color: 2148607.
HSL color Cylindrical-coordinate representation of color #FFC820: hue angle of 45.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC820 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 32 | - |
| CMYK | 0 | 0.22 | 0.87 | 0 |
| HSL | 45.2º | 1% | 0.56% | - |
| HSV(B) | 45.2º | 0.87% | 1% | - |
| XYZ | 62.15 | 62.67 | 10.19 | - |
| YUV | 197.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 32 | 0 | 0.22 | 0.87 | 0 | 45.2 | 1 | 0.56 |
| Hex | FF | C8 | 20 | 0 | 16 | 57 | 0 | 2D | 64 | 38 |
| Octal | 377 | 310 | 40 | 0 | 26 | 127 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11001000 | 100000 | 0 | 10110 | 1010111 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC820
Complementary color
Monochromatic Colors of #FFC820
Black with #FFC820
Text Example
Text Example
White with #FFC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC820; }
p { color: rgb(255,200,32); }
H1.HeaderClassName
{
color: #FFC820;
}
.AnyTagClassName
{
color: #FFC820;
}
</style>
background-color css
<style>
a { background-color: #FFC820; }
a { background-color: rgb(255,200,32); }
div.DivClassName
{
background-color: #FFC820;
}
.BgClassName
{
background-color: #FFC820;
}
</style>
border-color css
<style>
span { border-color: #FFC820; }
span { border-color: rgb(255,200,32); }
td.TdClassName
{
border-color: #FFC820;
}
.TagClassName
{
border-color: #FFC820;
}
</style>