Shades of Turbo #F6C925
Tints of Turbo #F6C925
RGB
CMYK
RGB Variations
Color information
#F6C925 (or 0xF6C925) is known color: Turbo. HEX triplet: F6, C9 and 25. RGB value is (246,201,37). Sum of RGB (Red+Green+Blue) = 246+201+37=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C925 is #0936DA. Grayscale: #C4C4C4. Windows color (decimal): -603867 or 2476534. OLE color: 2476534.
HSL color Cylindrical-coordinate representation of color #F6C925: hue angle of 47.08º 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 #F6C925 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.04 |
| HSL | 47.08º | 0.92% | 0.55% | - |
| HSV(B) | 47.08º | 0.85% | 0.96% | - |
| XYZ | 59.23 | 61.5 | 10.5 | - |
| YUV | 195.76 | 38.41 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 37 | 0 | 0.18 | 0.85 | 0.04 | 47.08 | 0.92 | 0.55 |
| Hex | F6 | C9 | 25 | 0 | 12 | 55 | 4 | 2F | 5C | 37 |
| Octal | 366 | 311 | 45 | 0 | 22 | 125 | 4 | 57 | 134 | 67 |
| Binary | 11110110 | 11001001 | 100101 | 0 | 10010 | 1010101 | 100 | 101111 | 1011100 | 110111 |
Color Harmonies of #F6C925
Complementary color
Monochromatic Colors of #F6C925
Black with #F6C925
Text Example
Text Example
White with #F6C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C925; }
p { color: rgb(246,201,37); }
H1.HeaderClassName
{
color: #F6C925;
}
.AnyTagClassName
{
color: #F6C925;
}
</style>
background-color css
<style>
a { background-color: #F6C925; }
a { background-color: rgb(246,201,37); }
div.DivClassName
{
background-color: #F6C925;
}
.BgClassName
{
background-color: #F6C925;
}
</style>
border-color css
<style>
span { border-color: #F6C925; }
span { border-color: rgb(246,201,37); }
td.TdClassName
{
border-color: #F6C925;
}
.TagClassName
{
border-color: #F6C925;
}
</style>