Shades of Turbo #FCC426
Tints of Turbo #FCC426
RGB
CMYK
RGB Variations
Color information
#FCC426 (or 0xFCC426) is known color: Turbo. HEX triplet: FC, C4 and 26. RGB value is (252,196,38). Sum of RGB (Red+Green+Blue) = 252+196+38=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC426 is #033BD9. Grayscale: #C3C3C3. Windows color (decimal): -211930 or 2540796. OLE color: 2540796.
HSL color Cylindrical-coordinate representation of color #FCC426: hue angle of 44.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCC426 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 38 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.01 |
| HSL | 44.3º | 0.97% | 0.57% | - |
| HSV(B) | 44.3º | 0.85% | 0.99% | - |
| XYZ | 60.23 | 60.32 | 10.3 | - |
| YUV | 194.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 38 | 0 | 0.22 | 0.85 | 0.01 | 44.3 | 0.97 | 0.57 |
| Hex | FC | C4 | 26 | 0 | 16 | 55 | 1 | 2C | 61 | 39 |
| Octal | 374 | 304 | 46 | 0 | 26 | 125 | 1 | 54 | 141 | 71 |
| Binary | 11111100 | 11000100 | 100110 | 0 | 10110 | 1010101 | 1 | 101100 | 1100001 | 111001 |
Color Harmonies of #FCC426
Complementary color
Monochromatic Colors of #FCC426
Black with #FCC426
Text Example
Text Example
White with #FCC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC426; }
p { color: rgb(252,196,38); }
H1.HeaderClassName
{
color: #FCC426;
}
.AnyTagClassName
{
color: #FCC426;
}
</style>
background-color css
<style>
a { background-color: #FCC426; }
a { background-color: rgb(252,196,38); }
div.DivClassName
{
background-color: #FCC426;
}
.BgClassName
{
background-color: #FCC426;
}
</style>
border-color css
<style>
span { border-color: #FCC426; }
span { border-color: rgb(252,196,38); }
td.TdClassName
{
border-color: #FCC426;
}
.TagClassName
{
border-color: #FCC426;
}
</style>