Shades of Sunglow #FFC62F
Tints of Sunglow #FFC62F
RGB
CMYK
RGB Variations
Color information
#FFC62F (or 0xFFC62F) is known color: Sunglow. HEX triplet: FF, C6 and 2F. RGB value is (255,198,47). Sum of RGB (Red+Green+Blue) = 255+198+47=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC62F is #0039D0. Grayscale: #C6C6C6. Windows color (decimal): -14801 or 3131135. OLE color: 3131135.
HSL color Cylindrical-coordinate representation of color #FFC62F: hue angle of 43.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC62F is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 47 | - |
| CMYK | 0 | 0.22 | 0.82 | 0 |
| HSL | 43.56º | 1% | 0.59% | - |
| HSV(B) | 43.56º | 0.82% | 1% | - |
| XYZ | 61.95 | 61.85 | 11.36 | - |
| YUV | 197.83 | 42.88 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 47 | 0 | 0.22 | 0.82 | 0 | 43.56 | 1 | 0.59 |
| Hex | FF | C6 | 2F | 0 | 16 | 52 | 0 | 2C | 64 | 3B |
| Octal | 377 | 306 | 57 | 0 | 26 | 122 | 0 | 54 | 144 | 73 |
| Binary | 11111111 | 11000110 | 101111 | 0 | 10110 | 1010010 | 0 | 101100 | 1100100 | 111011 |
Color Harmonies of #FFC62F
Complementary color
Monochromatic Colors of #FFC62F
Black with #FFC62F
Text Example
Text Example
White with #FFC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC62F; }
p { color: rgb(255,198,47); }
H1.HeaderClassName
{
color: #FFC62F;
}
.AnyTagClassName
{
color: #FFC62F;
}
</style>
background-color css
<style>
a { background-color: #FFC62F; }
a { background-color: rgb(255,198,47); }
div.DivClassName
{
background-color: #FFC62F;
}
.BgClassName
{
background-color: #FFC62F;
}
</style>
border-color css
<style>
span { border-color: #FFC62F; }
span { border-color: rgb(255,198,47); }
td.TdClassName
{
border-color: #FFC62F;
}
.TagClassName
{
border-color: #FFC62F;
}
</style>