Shades of Turbo #F3C725
Tints of Turbo #F3C725
RGB
CMYK
RGB Variations
Color information
#F3C725 (or 0xF3C725) is known color: Turbo. HEX triplet: F3, C7 and 25. RGB value is (243,199,37). Sum of RGB (Red+Green+Blue) = 243+199+37=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C725 is #0C38DA. Grayscale: #C2C2C2. Windows color (decimal): -800987 or 2476019. OLE color: 2476019.
HSL color Cylindrical-coordinate representation of color #F3C725: hue angle of 47.18º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3C725 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.05 |
| HSL | 47.18º | 0.9% | 0.55% | - |
| HSV(B) | 47.18º | 0.85% | 0.95% | - |
| XYZ | 57.72 | 60.04 | 10.3 | - |
| YUV | 193.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 37 | 0 | 0.18 | 0.85 | 0.05 | 47.18 | 0.9 | 0.55 |
| Hex | F3 | C7 | 25 | 0 | 12 | 55 | 5 | 2F | 5A | 37 |
| Octal | 363 | 307 | 45 | 0 | 22 | 125 | 5 | 57 | 132 | 67 |
| Binary | 11110011 | 11000111 | 100101 | 0 | 10010 | 1010101 | 101 | 101111 | 1011010 | 110111 |
Color Harmonies of #F3C725
Complementary color
Monochromatic Colors of #F3C725
Black with #F3C725
Text Example
Text Example
White with #F3C725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C725; }
p { color: rgb(243,199,37); }
H1.HeaderClassName
{
color: #F3C725;
}
.AnyTagClassName
{
color: #F3C725;
}
</style>
background-color css
<style>
a { background-color: #F3C725; }
a { background-color: rgb(243,199,37); }
div.DivClassName
{
background-color: #F3C725;
}
.BgClassName
{
background-color: #F3C725;
}
</style>
border-color css
<style>
span { border-color: #F3C725; }
span { border-color: rgb(243,199,37); }
td.TdClassName
{
border-color: #F3C725;
}
.TagClassName
{
border-color: #F3C725;
}
</style>