Shades of Sunglow #FFC82A
Tints of Sunglow #FFC82A
RGB
CMYK
RGB Variations
Color information
#FFC82A (or 0xFFC82A) is known color: Sunglow. HEX triplet: FF, C8 and 2A. RGB value is (255,200,42). Sum of RGB (Red+Green+Blue) = 255+200+42=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC82A is #0037D5. Grayscale: #C7C7C7. Windows color (decimal): -14294 or 2803967. OLE color: 2803967.
HSL color Cylindrical-coordinate representation of color #FFC82A: hue angle of 44.51º 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 #FFC82A is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 42 | - |
| CMYK | 0 | 0.22 | 0.84 | 0 |
| HSL | 44.51º | 1% | 0.58% | - |
| HSV(B) | 44.51º | 0.84% | 1% | - |
| XYZ | 62.31 | 62.74 | 11.02 | - |
| YUV | 198.43 | 39.72 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 42 | 0 | 0.22 | 0.84 | 0 | 44.51 | 1 | 0.58 |
| Hex | FF | C8 | 2A | 0 | 16 | 54 | 0 | 2D | 64 | 3A |
| Octal | 377 | 310 | 52 | 0 | 26 | 124 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001000 | 101010 | 0 | 10110 | 1010100 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFC82A
Complementary color
Monochromatic Colors of #FFC82A
Black with #FFC82A
Text Example
Text Example
White with #FFC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC82A; }
p { color: rgb(255,200,42); }
H1.HeaderClassName
{
color: #FFC82A;
}
.AnyTagClassName
{
color: #FFC82A;
}
</style>
background-color css
<style>
a { background-color: #FFC82A; }
a { background-color: rgb(255,200,42); }
div.DivClassName
{
background-color: #FFC82A;
}
.BgClassName
{
background-color: #FFC82A;
}
</style>
border-color css
<style>
span { border-color: #FFC82A; }
span { border-color: rgb(255,200,42); }
td.TdClassName
{
border-color: #FFC82A;
}
.TagClassName
{
border-color: #FFC82A;
}
</style>