Shades of Turbo #F3D725
Tints of Turbo #F3D725
RGB
CMYK
RGB Variations
Color information
#F3D725 (or 0xF3D725) is known color: Turbo. HEX triplet: F3, D7 and 25. RGB value is (243,215,37). Sum of RGB (Red+Green+Blue) = 243+215+37=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D725 is #0C28DA. Grayscale: #CBCBCB. Windows color (decimal): -796891 or 2480115. OLE color: 2480115.
HSL color Cylindrical-coordinate representation of color #F3D725: hue angle of 51.84º 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 #F3D725 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 37 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.05 |
| HSL | 51.84º | 0.9% | 0.55% | - |
| HSV(B) | 51.84º | 0.85% | 0.95% | - |
| XYZ | 61.6 | 67.79 | 11.59 | - |
| YUV | 203.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 37 | 0 | 0.12 | 0.85 | 0.05 | 51.84 | 0.9 | 0.55 |
| Hex | F3 | D7 | 25 | 0 | C | 55 | 5 | 34 | 5A | 37 |
| Octal | 363 | 327 | 45 | 0 | 14 | 125 | 5 | 64 | 132 | 67 |
| Binary | 11110011 | 11010111 | 100101 | 0 | 1100 | 1010101 | 101 | 110100 | 1011010 | 110111 |
Color Harmonies of #F3D725
Complementary color
Monochromatic Colors of #F3D725
Black with #F3D725
Text Example
Text Example
White with #F3D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D725; }
p { color: rgb(243,215,37); }
H1.HeaderClassName
{
color: #F3D725;
}
.AnyTagClassName
{
color: #F3D725;
}
</style>
background-color css
<style>
a { background-color: #F3D725; }
a { background-color: rgb(243,215,37); }
div.DivClassName
{
background-color: #F3D725;
}
.BgClassName
{
background-color: #F3D725;
}
</style>
border-color css
<style>
span { border-color: #F3D725; }
span { border-color: rgb(243,215,37); }
td.TdClassName
{
border-color: #F3D725;
}
.TagClassName
{
border-color: #F3D725;
}
</style>