Shades of Sunglow #FFC63C
Tints of Sunglow #FFC63C
RGB
CMYK
RGB Variations
Color information
#FFC63C (or 0xFFC63C) is known color: Sunglow. HEX triplet: FF, C6 and 3C. RGB value is (255,198,60). Sum of RGB (Red+Green+Blue) = 255+198+60=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC63C is #0039C3. Grayscale: #C7C7C7. Windows color (decimal): -14788 or 3983103. OLE color: 3983103.
HSL color Cylindrical-coordinate representation of color #FFC63C: hue angle of 42.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFC63C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0 |
| HSL | 42.46º | 1% | 0.62% | - |
| HSV(B) | 42.46º | 0.76% | 1% | - |
| XYZ | 62.25 | 61.97 | 12.96 | - |
| YUV | 199.31 | 49.38 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 60 | 0 | 0.22 | 0.76 | 0 | 42.46 | 1 | 0.62 |
| Hex | FF | C6 | 3C | 0 | 16 | 4C | 0 | 2A | 64 | 3E |
| Octal | 377 | 306 | 74 | 0 | 26 | 114 | 0 | 52 | 144 | 76 |
| Binary | 11111111 | 11000110 | 111100 | 0 | 10110 | 1001100 | 0 | 101010 | 1100100 | 111110 |
Color Harmonies of #FFC63C
Complementary color
Monochromatic Colors of #FFC63C
Black with #FFC63C
Text Example
Text Example
White with #FFC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC63C; }
p { color: rgb(255,198,60); }
H1.HeaderClassName
{
color: #FFC63C;
}
.AnyTagClassName
{
color: #FFC63C;
}
</style>
background-color css
<style>
a { background-color: #FFC63C; }
a { background-color: rgb(255,198,60); }
div.DivClassName
{
background-color: #FFC63C;
}
.BgClassName
{
background-color: #FFC63C;
}
</style>
border-color css
<style>
span { border-color: #FFC63C; }
span { border-color: rgb(255,198,60); }
td.TdClassName
{
border-color: #FFC63C;
}
.TagClassName
{
border-color: #FFC63C;
}
</style>