Shades of Golden Tainoi #FFC35D
Tints of Golden Tainoi #FFC35D
RGB
CMYK
RGB Variations
Color information
#FFC35D (or 0xFFC35D) is known color: Golden Tainoi. HEX triplet: FF, C3 and 5D. RGB value is (255,195,93). Sum of RGB (Red+Green+Blue) = 255+195+93=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35D is #003CA2. Grayscale: #C9C9C9. Windows color (decimal): -15523 or 6145023. OLE color: 6145023.
HSL color Cylindrical-coordinate representation of color #FFC35D: hue angle of 37.78º 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 #FFC35D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 93 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.78º | 1% | 0.68% | - |
| HSV(B) | 37.78º | 0.64% | 1% | - |
| XYZ | 62.73 | 61.08 | 18.84 | - |
| YUV | 201.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 93 | 0 | 0.24 | 0.64 | 0 | 37.78 | 1 | 0.68 |
| Hex | FF | C3 | 5D | 0 | 18 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 303 | 135 | 0 | 30 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000011 | 1011101 | 0 | 11000 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC35D
Complementary color
Monochromatic Colors of #FFC35D
Black with #FFC35D
Text Example
Text Example
White with #FFC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC35D; }
p { color: rgb(255,195,93); }
H1.HeaderClassName
{
color: #FFC35D;
}
.AnyTagClassName
{
color: #FFC35D;
}
</style>
background-color css
<style>
a { background-color: #FFC35D; }
a { background-color: rgb(255,195,93); }
div.DivClassName
{
background-color: #FFC35D;
}
.BgClassName
{
background-color: #FFC35D;
}
</style>
border-color css
<style>
span { border-color: #FFC35D; }
span { border-color: rgb(255,195,93); }
td.TdClassName
{
border-color: #FFC35D;
}
.TagClassName
{
border-color: #FFC35D;
}
</style>