Shades of Sunglow #FFC628
Tints of Sunglow #FFC628
RGB
CMYK
RGB Variations
Color information
#FFC628 (or 0xFFC628) is known color: Sunglow. HEX triplet: FF, C6 and 28. RGB value is (255,198,40). Sum of RGB (Red+Green+Blue) = 255+198+40=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC628 is #0039D7. Grayscale: #C5C5C5. Windows color (decimal): -14808 or 2672383. OLE color: 2672383.
HSL color Cylindrical-coordinate representation of color #FFC628: hue angle of 44.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC628 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0 |
| HSL | 44.09º | 1% | 0.58% | - |
| HSV(B) | 44.09º | 0.84% | 1% | - |
| XYZ | 61.82 | 61.8 | 10.68 | - |
| YUV | 197.03 | 39.38 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 40 | 0 | 0.22 | 0.84 | 0 | 44.09 | 1 | 0.58 |
| Hex | FF | C6 | 28 | 0 | 16 | 54 | 0 | 2C | 64 | 3A |
| Octal | 377 | 306 | 50 | 0 | 26 | 124 | 0 | 54 | 144 | 72 |
| Binary | 11111111 | 11000110 | 101000 | 0 | 10110 | 1010100 | 0 | 101100 | 1100100 | 111010 |
Color Harmonies of #FFC628
Complementary color
Monochromatic Colors of #FFC628
Black with #FFC628
Text Example
Text Example
White with #FFC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC628; }
p { color: rgb(255,198,40); }
H1.HeaderClassName
{
color: #FFC628;
}
.AnyTagClassName
{
color: #FFC628;
}
</style>
background-color css
<style>
a { background-color: #FFC628; }
a { background-color: rgb(255,198,40); }
div.DivClassName
{
background-color: #FFC628;
}
.BgClassName
{
background-color: #FFC628;
}
</style>
border-color css
<style>
span { border-color: #FFC628; }
span { border-color: rgb(255,198,40); }
td.TdClassName
{
border-color: #FFC628;
}
.TagClassName
{
border-color: #FFC628;
}
</style>