Shades of Turbo #F6CC25
Tints of Turbo #F6CC25
RGB
CMYK
RGB Variations
Color information
#F6CC25 (or 0xF6CC25) is known color: Turbo. HEX triplet: F6, CC and 25. RGB value is (246,204,37). Sum of RGB (Red+Green+Blue) = 246+204+37=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC25 is #0933DA. Grayscale: #C6C6C6. Windows color (decimal): -603099 or 2477302. OLE color: 2477302.
HSL color Cylindrical-coordinate representation of color #F6CC25: hue angle of 47.94º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6CC25 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.04 |
| HSL | 47.94º | 0.92% | 0.55% | - |
| HSV(B) | 47.94º | 0.85% | 0.96% | - |
| XYZ | 59.93 | 62.91 | 10.73 | - |
| YUV | 197.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 37 | 0 | 0.17 | 0.85 | 0.04 | 47.94 | 0.92 | 0.55 |
| Hex | F6 | CC | 25 | 0 | 11 | 55 | 4 | 30 | 5C | 37 |
| Octal | 366 | 314 | 45 | 0 | 21 | 125 | 4 | 60 | 134 | 67 |
| Binary | 11110110 | 11001100 | 100101 | 0 | 10001 | 1010101 | 100 | 110000 | 1011100 | 110111 |
Color Harmonies of #F6CC25
Complementary color
Monochromatic Colors of #F6CC25
Black with #F6CC25
Text Example
Text Example
White with #F6CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC25; }
p { color: rgb(246,204,37); }
H1.HeaderClassName
{
color: #F6CC25;
}
.AnyTagClassName
{
color: #F6CC25;
}
</style>
background-color css
<style>
a { background-color: #F6CC25; }
a { background-color: rgb(246,204,37); }
div.DivClassName
{
background-color: #F6CC25;
}
.BgClassName
{
background-color: #F6CC25;
}
</style>
border-color css
<style>
span { border-color: #F6CC25; }
span { border-color: rgb(246,204,37); }
td.TdClassName
{
border-color: #F6CC25;
}
.TagClassName
{
border-color: #F6CC25;
}
</style>