Shades of Sunglow #FFC634
Tints of Sunglow #FFC634
RGB
CMYK
RGB Variations
Color information
#FFC634 (or 0xFFC634) is known color: Sunglow. HEX triplet: FF, C6 and 34. RGB value is (255,198,52). Sum of RGB (Red+Green+Blue) = 255+198+52=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC634 is #0039CB. Grayscale: #C7C7C7. Windows color (decimal): -14796 or 3458815. OLE color: 3458815.
HSL color Cylindrical-coordinate representation of color #FFC634: hue angle of 43.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC634 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 52 | - |
| CMYK | 0 | 0.22 | 0.80 | 0 |
| HSL | 43.15º | 1% | 0.6% | - |
| HSV(B) | 43.15º | 0.8% | 1% | - |
| XYZ | 62.05 | 61.9 | 11.93 | - |
| YUV | 198.4 | 45.38 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 52 | 0 | 0.22 | 0.80 | 0 | 43.15 | 1 | 0.6 |
| Hex | FF | C6 | 34 | 0 | 16 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 306 | 64 | 0 | 26 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000110 | 110100 | 0 | 10110 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC634
Complementary color
Monochromatic Colors of #FFC634
Black with #FFC634
Text Example
Text Example
White with #FFC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC634; }
p { color: rgb(255,198,52); }
H1.HeaderClassName
{
color: #FFC634;
}
.AnyTagClassName
{
color: #FFC634;
}
</style>
background-color css
<style>
a { background-color: #FFC634; }
a { background-color: rgb(255,198,52); }
div.DivClassName
{
background-color: #FFC634;
}
.BgClassName
{
background-color: #FFC634;
}
</style>
border-color css
<style>
span { border-color: #FFC634; }
span { border-color: rgb(255,198,52); }
td.TdClassName
{
border-color: #FFC634;
}
.TagClassName
{
border-color: #FFC634;
}
</style>