Shades of Turbo #FACC23
Tints of Turbo #FACC23
RGB
CMYK
RGB Variations
Color information
#FACC23 (or 0xFACC23) is known color: Turbo. HEX triplet: FA, CC and 23. RGB value is (250,204,35). Sum of RGB (Red+Green+Blue) = 250+204+35=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC23 is #0533DC. Grayscale: #C7C7C7. Windows color (decimal): -340957 or 2346234. OLE color: 2346234.
HSL color Cylindrical-coordinate representation of color #FACC23: hue angle of 47.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FACC23 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 35 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.02 |
| HSL | 47.16º | 0.96% | 0.56% | - |
| HSV(B) | 47.16º | 0.86% | 0.98% | - |
| XYZ | 61.32 | 63.63 | 10.64 | - |
| YUV | 198.49 | 35.74 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 35 | 0 | 0.18 | 0.86 | 0.02 | 47.16 | 0.96 | 0.56 |
| Hex | FA | CC | 23 | 0 | 12 | 56 | 2 | 2F | 60 | 38 |
| Octal | 372 | 314 | 43 | 0 | 22 | 126 | 2 | 57 | 140 | 70 |
| Binary | 11111010 | 11001100 | 100011 | 0 | 10010 | 1010110 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FACC23
Complementary color
Monochromatic Colors of #FACC23
Black with #FACC23
Text Example
Text Example
White with #FACC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC23; }
p { color: rgb(250,204,35); }
H1.HeaderClassName
{
color: #FACC23;
}
.AnyTagClassName
{
color: #FACC23;
}
</style>
background-color css
<style>
a { background-color: #FACC23; }
a { background-color: rgb(250,204,35); }
div.DivClassName
{
background-color: #FACC23;
}
.BgClassName
{
background-color: #FACC23;
}
</style>
border-color css
<style>
span { border-color: #FACC23; }
span { border-color: rgb(250,204,35); }
td.TdClassName
{
border-color: #FACC23;
}
.TagClassName
{
border-color: #FACC23;
}
</style>