Shades of Sunglow #FFD62F
Tints of Sunglow #FFD62F
RGB
CMYK
RGB Variations
Color information
#FFD62F (or 0xFFD62F) is known color: Sunglow. HEX triplet: FF, D6 and 2F. RGB value is (255,214,47). Sum of RGB (Red+Green+Blue) = 255+214+47=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD62F is #0029D0. Grayscale: #CFCFCF. Windows color (decimal): -10705 or 3135231. OLE color: 3135231.
HSL color Cylindrical-coordinate representation of color #FFD62F: hue angle of 48.17º 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 #FFD62F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 47 | - |
| CMYK | 0 | 0.16 | 0.82 | 0 |
| HSL | 48.17º | 1% | 0.59% | - |
| HSV(B) | 48.17º | 0.82% | 1% | - |
| XYZ | 65.8 | 69.56 | 12.65 | - |
| YUV | 207.22 | 37.58 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 47 | 0 | 0.16 | 0.82 | 0 | 48.17 | 1 | 0.59 |
| Hex | FF | D6 | 2F | 0 | 10 | 52 | 0 | 30 | 64 | 3B |
| Octal | 377 | 326 | 57 | 0 | 20 | 122 | 0 | 60 | 144 | 73 |
| Binary | 11111111 | 11010110 | 101111 | 0 | 10000 | 1010010 | 0 | 110000 | 1100100 | 111011 |
Color Harmonies of #FFD62F
Complementary color
Monochromatic Colors of #FFD62F
Black with #FFD62F
Text Example
Text Example
White with #FFD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD62F; }
p { color: rgb(255,214,47); }
H1.HeaderClassName
{
color: #FFD62F;
}
.AnyTagClassName
{
color: #FFD62F;
}
</style>
background-color css
<style>
a { background-color: #FFD62F; }
a { background-color: rgb(255,214,47); }
div.DivClassName
{
background-color: #FFD62F;
}
.BgClassName
{
background-color: #FFD62F;
}
</style>
border-color css
<style>
span { border-color: #FFD62F; }
span { border-color: rgb(255,214,47); }
td.TdClassName
{
border-color: #FFD62F;
}
.TagClassName
{
border-color: #FFD62F;
}
</style>