Shades of Turbo #FFC325
Tints of Turbo #FFC325
RGB
CMYK
RGB Variations
Color information
#FFC325 (or 0xFFC325) is known color: Turbo. HEX triplet: FF, C3 and 25. RGB value is (255,195,37). Sum of RGB (Red+Green+Blue) = 255+195+37=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC325 is #003CDA. Grayscale: #C3C3C3. Windows color (decimal): -15579 or 2475007. OLE color: 2475007.
HSL color Cylindrical-coordinate representation of color #FFC325: hue angle of 43.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC325 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0 |
| HSL | 43.49º | 1% | 0.57% | - |
| HSV(B) | 43.49º | 0.85% | 1% | - |
| XYZ | 61.09 | 60.42 | 10.19 | - |
| YUV | 194.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 37 | 0 | 0.24 | 0.85 | 0 | 43.49 | 1 | 0.57 |
| Hex | FF | C3 | 25 | 0 | 18 | 55 | 0 | 2B | 64 | 39 |
| Octal | 377 | 303 | 45 | 0 | 30 | 125 | 0 | 53 | 144 | 71 |
| Binary | 11111111 | 11000011 | 100101 | 0 | 11000 | 1010101 | 0 | 101011 | 1100100 | 111001 |
Color Harmonies of #FFC325
Complementary color
Monochromatic Colors of #FFC325
Black with #FFC325
Text Example
Text Example
White with #FFC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC325; }
p { color: rgb(255,195,37); }
H1.HeaderClassName
{
color: #FFC325;
}
.AnyTagClassName
{
color: #FFC325;
}
</style>
background-color css
<style>
a { background-color: #FFC325; }
a { background-color: rgb(255,195,37); }
div.DivClassName
{
background-color: #FFC325;
}
.BgClassName
{
background-color: #FFC325;
}
</style>
border-color css
<style>
span { border-color: #FFC325; }
span { border-color: rgb(255,195,37); }
td.TdClassName
{
border-color: #FFC325;
}
.TagClassName
{
border-color: #FFC325;
}
</style>