Shades of Sunglow #FFC632
Tints of Sunglow #FFC632
RGB
CMYK
RGB Variations
Color information
#FFC632 (or 0xFFC632) is known color: Sunglow. HEX triplet: FF, C6 and 32. RGB value is (255,198,50). Sum of RGB (Red+Green+Blue) = 255+198+50=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC632 is #0039CD. Grayscale: #C6C6C6. Windows color (decimal): -14798 or 3327743. OLE color: 3327743.
HSL color Cylindrical-coordinate representation of color #FFC632: hue angle of 43.32º 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 #FFC632 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 50 | - |
| CMYK | 0 | 0.22 | 0.80 | 0 |
| HSL | 43.32º | 1% | 0.6% | - |
| HSV(B) | 43.32º | 0.8% | 1% | - |
| XYZ | 62.01 | 61.88 | 11.69 | - |
| YUV | 198.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 50 | 0 | 0.22 | 0.80 | 0 | 43.32 | 1 | 0.6 |
| Hex | FF | C6 | 32 | 0 | 16 | 50 | 0 | 2B | 64 | 3C |
| Octal | 377 | 306 | 62 | 0 | 26 | 120 | 0 | 53 | 144 | 74 |
| Binary | 11111111 | 11000110 | 110010 | 0 | 10110 | 1010000 | 0 | 101011 | 1100100 | 111100 |
Color Harmonies of #FFC632
Complementary color
Monochromatic Colors of #FFC632
Black with #FFC632
Text Example
Text Example
White with #FFC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC632; }
p { color: rgb(255,198,50); }
H1.HeaderClassName
{
color: #FFC632;
}
.AnyTagClassName
{
color: #FFC632;
}
</style>
background-color css
<style>
a { background-color: #FFC632; }
a { background-color: rgb(255,198,50); }
div.DivClassName
{
background-color: #FFC632;
}
.BgClassName
{
background-color: #FFC632;
}
</style>
border-color css
<style>
span { border-color: #FFC632; }
span { border-color: rgb(255,198,50); }
td.TdClassName
{
border-color: #FFC632;
}
.TagClassName
{
border-color: #FFC632;
}
</style>