Shades of Sunglow #FFC62B
Tints of Sunglow #FFC62B
RGB
CMYK
RGB Variations
Color information
#FFC62B (or 0xFFC62B) is known color: Sunglow. HEX triplet: FF, C6 and 2B. RGB value is (255,198,43). Sum of RGB (Red+Green+Blue) = 255+198+43=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC62B is #0039D4. Grayscale: #C6C6C6. Windows color (decimal): -14805 or 2868991. OLE color: 2868991.
HSL color Cylindrical-coordinate representation of color #FFC62B: hue angle of 43.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC62B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 43 | - |
| CMYK | 0 | 0.22 | 0.83 | 0 |
| HSL | 43.87º | 1% | 0.58% | - |
| HSV(B) | 43.87º | 0.83% | 1% | - |
| XYZ | 61.87 | 61.82 | 10.96 | - |
| YUV | 197.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 43 | 0 | 0.22 | 0.83 | 0 | 43.87 | 1 | 0.58 |
| Hex | FF | C6 | 2B | 0 | 16 | 53 | 0 | 2C | 64 | 3A |
| Octal | 377 | 306 | 53 | 0 | 26 | 123 | 0 | 54 | 144 | 72 |
| Binary | 11111111 | 11000110 | 101011 | 0 | 10110 | 1010011 | 0 | 101100 | 1100100 | 111010 |
Color Harmonies of #FFC62B
Complementary color
Monochromatic Colors of #FFC62B
Black with #FFC62B
Text Example
Text Example
White with #FFC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC62B; }
p { color: rgb(255,198,43); }
H1.HeaderClassName
{
color: #FFC62B;
}
.AnyTagClassName
{
color: #FFC62B;
}
</style>
background-color css
<style>
a { background-color: #FFC62B; }
a { background-color: rgb(255,198,43); }
div.DivClassName
{
background-color: #FFC62B;
}
.BgClassName
{
background-color: #FFC62B;
}
</style>
border-color css
<style>
span { border-color: #FFC62B; }
span { border-color: rgb(255,198,43); }
td.TdClassName
{
border-color: #FFC62B;
}
.TagClassName
{
border-color: #FFC62B;
}
</style>