Shades of Golden Tainoi #FFC35C
Tints of Golden Tainoi #FFC35C
RGB
CMYK
RGB Variations
Color information
#FFC35C (or 0xFFC35C) is known color: Golden Tainoi. HEX triplet: FF, C3 and 5C. RGB value is (255,195,92). Sum of RGB (Red+Green+Blue) = 255+195+92=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35C is #003CA3. Grayscale: #C9C9C9. Windows color (decimal): -15524 or 6079487. OLE color: 6079487.
HSL color Cylindrical-coordinate representation of color #FFC35C: hue angle of 37.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC35C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.91º | 1% | 0.68% | - |
| HSV(B) | 37.91º | 0.64% | 1% | - |
| XYZ | 62.69 | 61.06 | 18.61 | - |
| YUV | 201.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 92 | 0 | 0.24 | 0.64 | 0 | 37.91 | 1 | 0.68 |
| Hex | FF | C3 | 5C | 0 | 18 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 303 | 134 | 0 | 30 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000011 | 1011100 | 0 | 11000 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC35C
Complementary color
Monochromatic Colors of #FFC35C
Black with #FFC35C
Text Example
Text Example
White with #FFC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC35C; }
p { color: rgb(255,195,92); }
H1.HeaderClassName
{
color: #FFC35C;
}
.AnyTagClassName
{
color: #FFC35C;
}
</style>
background-color css
<style>
a { background-color: #FFC35C; }
a { background-color: rgb(255,195,92); }
div.DivClassName
{
background-color: #FFC35C;
}
.BgClassName
{
background-color: #FFC35C;
}
</style>
border-color css
<style>
span { border-color: #FFC35C; }
span { border-color: rgb(255,195,92); }
td.TdClassName
{
border-color: #FFC35C;
}
.TagClassName
{
border-color: #FFC35C;
}
</style>