Shades of Sunglow #FFC928
Tints of Sunglow #FFC928
RGB
CMYK
RGB Variations
Color information
#FFC928 (or 0xFFC928) is known color: Sunglow. HEX triplet: FF, C9 and 28. RGB value is (255,201,40). Sum of RGB (Red+Green+Blue) = 255+201+40=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC928 is #0036D7. Grayscale: #C7C7C7. Windows color (decimal): -14040 or 2673151. OLE color: 2673151.
HSL color Cylindrical-coordinate representation of color #FFC928: hue angle of 44.93º 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 #FFC928 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 40 | - |
| CMYK | 0 | 0.21 | 0.84 | 0 |
| HSL | 44.93º | 1% | 0.58% | - |
| HSV(B) | 44.93º | 0.84% | 1% | - |
| XYZ | 62.51 | 63.19 | 10.91 | - |
| YUV | 198.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 40 | 0 | 0.21 | 0.84 | 0 | 44.93 | 1 | 0.58 |
| Hex | FF | C9 | 28 | 0 | 15 | 54 | 0 | 2D | 64 | 3A |
| Octal | 377 | 311 | 50 | 0 | 25 | 124 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001001 | 101000 | 0 | 10101 | 1010100 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFC928
Complementary color
Monochromatic Colors of #FFC928
Black with #FFC928
Text Example
Text Example
White with #FFC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC928; }
p { color: rgb(255,201,40); }
H1.HeaderClassName
{
color: #FFC928;
}
.AnyTagClassName
{
color: #FFC928;
}
</style>
background-color css
<style>
a { background-color: #FFC928; }
a { background-color: rgb(255,201,40); }
div.DivClassName
{
background-color: #FFC928;
}
.BgClassName
{
background-color: #FFC928;
}
</style>
border-color css
<style>
span { border-color: #FFC928; }
span { border-color: rgb(255,201,40); }
td.TdClassName
{
border-color: #FFC928;
}
.TagClassName
{
border-color: #FFC928;
}
</style>