Shades of Sunglow #FFC82C
Tints of Sunglow #FFC82C
RGB
CMYK
RGB Variations
Color information
#FFC82C (or 0xFFC82C) is known color: Sunglow. HEX triplet: FF, C8 and 2C. RGB value is (255,200,44). Sum of RGB (Red+Green+Blue) = 255+200+44=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC82C is #0037D3. Grayscale: #C7C7C7. Windows color (decimal): -14292 or 2935039. OLE color: 2935039.
HSL color Cylindrical-coordinate representation of color #FFC82C: hue angle of 44.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC82C is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 44 | - |
| CMYK | 0 | 0.22 | 0.83 | 0 |
| HSL | 44.36º | 1% | 0.59% | - |
| HSV(B) | 44.36º | 0.83% | 1% | - |
| XYZ | 62.35 | 62.75 | 11.21 | - |
| YUV | 198.66 | 40.72 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 44 | 0 | 0.22 | 0.83 | 0 | 44.36 | 1 | 0.59 |
| Hex | FF | C8 | 2C | 0 | 16 | 53 | 0 | 2C | 64 | 3B |
| Octal | 377 | 310 | 54 | 0 | 26 | 123 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11001000 | 101100 | 0 | 10110 | 1010011 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC82C
Complementary color
Monochromatic Colors of #FFC82C
Black with #FFC82C
Text Example
Text Example
White with #FFC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC82C; }
p { color: rgb(255,200,44); }
H1.HeaderClassName
{
color: #FFC82C;
}
.AnyTagClassName
{
color: #FFC82C;
}
</style>
background-color css
<style>
a { background-color: #FFC82C; }
a { background-color: rgb(255,200,44); }
div.DivClassName
{
background-color: #FFC82C;
}
.BgClassName
{
background-color: #FFC82C;
}
</style>
border-color css
<style>
span { border-color: #FFC82C; }
span { border-color: rgb(255,200,44); }
td.TdClassName
{
border-color: #FFC82C;
}
.TagClassName
{
border-color: #FFC82C;
}
</style>