Shades of Turbo #FFC420
Tints of Turbo #FFC420
RGB
CMYK
RGB Variations
Color information
#FFC420 (or 0xFFC420) is known color: Turbo. HEX triplet: FF, C4 and 20. RGB value is (255,196,32). Sum of RGB (Red+Green+Blue) = 255+196+32=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC420 is #003BDF. Grayscale: #C3C3C3. Windows color (decimal): -15328 or 2147583. OLE color: 2147583.
HSL color Cylindrical-coordinate representation of color #FFC420: hue angle of 44.13º 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 #FFC420 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0 |
| HSL | 44.13º | 1% | 0.56% | - |
| HSV(B) | 44.13º | 0.87% | 1% | - |
| XYZ | 61.24 | 60.84 | 9.88 | - |
| YUV | 194.95 | 36.05 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 32 | 0 | 0.23 | 0.87 | 0 | 44.13 | 1 | 0.56 |
| Hex | FF | C4 | 20 | 0 | 17 | 57 | 0 | 2C | 64 | 38 |
| Octal | 377 | 304 | 40 | 0 | 27 | 127 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000100 | 100000 | 0 | 10111 | 1010111 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC420
Complementary color
Monochromatic Colors of #FFC420
Black with #FFC420
Text Example
Text Example
White with #FFC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC420; }
p { color: rgb(255,196,32); }
H1.HeaderClassName
{
color: #FFC420;
}
.AnyTagClassName
{
color: #FFC420;
}
</style>
background-color css
<style>
a { background-color: #FFC420; }
a { background-color: rgb(255,196,32); }
div.DivClassName
{
background-color: #FFC420;
}
.BgClassName
{
background-color: #FFC420;
}
</style>
border-color css
<style>
span { border-color: #FFC420; }
span { border-color: rgb(255,196,32); }
td.TdClassName
{
border-color: #FFC420;
}
.TagClassName
{
border-color: #FFC420;
}
</style>