Shades of Turbo #F3C827
Tints of Turbo #F3C827
RGB
CMYK
RGB Variations
Color information
#F3C827 (or 0xF3C827) is known color: Turbo. HEX triplet: F3, C8 and 27. RGB value is (243,200,39). Sum of RGB (Red+Green+Blue) = 243+200+39=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C827 is #0C37D8. Grayscale: #C3C3C3. Windows color (decimal): -800729 or 2607347. OLE color: 2607347.
HSL color Cylindrical-coordinate representation of color #F3C827: hue angle of 47.35º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3C827 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 39 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.05 |
| HSL | 47.35º | 0.89% | 0.55% | - |
| HSV(B) | 47.35º | 0.84% | 0.95% | - |
| XYZ | 57.98 | 60.51 | 10.54 | - |
| YUV | 194.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 39 | 0 | 0.18 | 0.84 | 0.05 | 47.35 | 0.89 | 0.55 |
| Hex | F3 | C8 | 27 | 0 | 12 | 54 | 5 | 2F | 59 | 37 |
| Octal | 363 | 310 | 47 | 0 | 22 | 124 | 5 | 57 | 131 | 67 |
| Binary | 11110011 | 11001000 | 100111 | 0 | 10010 | 1010100 | 101 | 101111 | 1011001 | 110111 |
Color Harmonies of #F3C827
Complementary color
Monochromatic Colors of #F3C827
Black with #F3C827
Text Example
Text Example
White with #F3C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C827; }
p { color: rgb(243,200,39); }
H1.HeaderClassName
{
color: #F3C827;
}
.AnyTagClassName
{
color: #F3C827;
}
</style>
background-color css
<style>
a { background-color: #F3C827; }
a { background-color: rgb(243,200,39); }
div.DivClassName
{
background-color: #F3C827;
}
.BgClassName
{
background-color: #F3C827;
}
</style>
border-color css
<style>
span { border-color: #F3C827; }
span { border-color: rgb(243,200,39); }
td.TdClassName
{
border-color: #F3C827;
}
.TagClassName
{
border-color: #F3C827;
}
</style>