Shades of Sunglow #FFC828
Tints of Sunglow #FFC828
RGB
CMYK
RGB Variations
Color information
#FFC828 (or 0xFFC828) is known color: Sunglow. HEX triplet: FF, C8 and 28. RGB value is (255,200,40). Sum of RGB (Red+Green+Blue) = 255+200+40=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC828 is #0037D7. Grayscale: #C6C6C6. Windows color (decimal): -14296 or 2672895. OLE color: 2672895.
HSL color Cylindrical-coordinate representation of color #FFC828: hue angle of 44.65º 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 #FFC828 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0 |
| HSL | 44.65º | 1% | 0.58% | - |
| HSV(B) | 44.65º | 0.84% | 1% | - |
| XYZ | 62.28 | 62.72 | 10.83 | - |
| YUV | 198.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 40 | 0 | 0.22 | 0.84 | 0 | 44.65 | 1 | 0.58 |
| Hex | FF | C8 | 28 | 0 | 16 | 54 | 0 | 2D | 64 | 3A |
| Octal | 377 | 310 | 50 | 0 | 26 | 124 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001000 | 101000 | 0 | 10110 | 1010100 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFC828
Complementary color
Monochromatic Colors of #FFC828
Black with #FFC828
Text Example
Text Example
White with #FFC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC828; }
p { color: rgb(255,200,40); }
H1.HeaderClassName
{
color: #FFC828;
}
.AnyTagClassName
{
color: #FFC828;
}
</style>
background-color css
<style>
a { background-color: #FFC828; }
a { background-color: rgb(255,200,40); }
div.DivClassName
{
background-color: #FFC828;
}
.BgClassName
{
background-color: #FFC828;
}
</style>
border-color css
<style>
span { border-color: #FFC828; }
span { border-color: rgb(255,200,40); }
td.TdClassName
{
border-color: #FFC828;
}
.TagClassName
{
border-color: #FFC828;
}
</style>