Shades of Sunglow #FFC842
Tints of Sunglow #FFC842
RGB
CMYK
RGB Variations
Color information
#FFC842 (or 0xFFC842) is known color: Sunglow. HEX triplet: FF, C8 and 42. RGB value is (255,200,66). Sum of RGB (Red+Green+Blue) = 255+200+66=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC842 is #0037BD. Grayscale: #C9C9C9. Windows color (decimal): -14270 or 4376831. OLE color: 4376831.
HSL color Cylindrical-coordinate representation of color #FFC842: hue angle of 42.54º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFC842 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 66 | - |
| CMYK | 0 | 0.22 | 0.74 | 0 |
| HSL | 42.54º | 1% | 0.63% | - |
| HSV(B) | 42.54º | 0.74% | 1% | - |
| XYZ | 62.88 | 62.96 | 13.99 | - |
| YUV | 201.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 66 | 0 | 0.22 | 0.74 | 0 | 42.54 | 1 | 0.63 |
| Hex | FF | C8 | 42 | 0 | 16 | 4A | 0 | 2B | 64 | 3F |
| Octal | 377 | 310 | 102 | 0 | 26 | 112 | 0 | 53 | 144 | 77 |
| Binary | 11111111 | 11001000 | 1000010 | 0 | 10110 | 1001010 | 0 | 101011 | 1100100 | 111111 |
Color Harmonies of #FFC842
Complementary color
Monochromatic Colors of #FFC842
Black with #FFC842
Text Example
Text Example
White with #FFC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC842; }
p { color: rgb(255,200,66); }
H1.HeaderClassName
{
color: #FFC842;
}
.AnyTagClassName
{
color: #FFC842;
}
</style>
background-color css
<style>
a { background-color: #FFC842; }
a { background-color: rgb(255,200,66); }
div.DivClassName
{
background-color: #FFC842;
}
.BgClassName
{
background-color: #FFC842;
}
</style>
border-color css
<style>
span { border-color: #FFC842; }
span { border-color: rgb(255,200,66); }
td.TdClassName
{
border-color: #FFC842;
}
.TagClassName
{
border-color: #FFC842;
}
</style>