Shades of Turbo #FFC31E
Tints of Turbo #FFC31E
RGB
CMYK
RGB Variations
Color information
#FFC31E (or 0xFFC31E) is known color: Turbo. HEX triplet: FF, C3 and 1E. RGB value is (255,195,30). Sum of RGB (Red+Green+Blue) = 255+195+30=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC31E is #003CE1. Grayscale: #C2C2C2. Windows color (decimal): -15586 or 2016255. OLE color: 2016255.
HSL color Cylindrical-coordinate representation of color #FFC31E: hue angle of 44º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFC31E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0 |
| HSL | 44º | 1% | 0.56% | - |
| HSV(B) | 44º | 0.88% | 1% | - |
| XYZ | 60.99 | 60.38 | 9.67 | - |
| YUV | 194.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 30 | 0 | 0.24 | 0.88 | 0 | 44 | 1 | 0.56 |
| Hex | FF | C3 | 1E | 0 | 18 | 58 | 0 | 2C | 64 | 38 |
| Octal | 377 | 303 | 36 | 0 | 30 | 130 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000011 | 11110 | 0 | 11000 | 1011000 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC31E
Complementary color
Monochromatic Colors of #FFC31E
Black with #FFC31E
Text Example
Text Example
White with #FFC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC31E; }
p { color: rgb(255,195,30); }
H1.HeaderClassName
{
color: #FFC31E;
}
.AnyTagClassName
{
color: #FFC31E;
}
</style>
background-color css
<style>
a { background-color: #FFC31E; }
a { background-color: rgb(255,195,30); }
div.DivClassName
{
background-color: #FFC31E;
}
.BgClassName
{
background-color: #FFC31E;
}
</style>
border-color css
<style>
span { border-color: #FFC31E; }
span { border-color: rgb(255,195,30); }
td.TdClassName
{
border-color: #FFC31E;
}
.TagClassName
{
border-color: #FFC31E;
}
</style>