Shades of Sunglow #FED62F
Tints of Sunglow #FED62F
RGB
CMYK
RGB Variations
Color information
#FED62F (or 0xFED62F) is known color: Sunglow. HEX triplet: FE, D6 and 2F. RGB value is (254,214,47). Sum of RGB (Red+Green+Blue) = 254+214+47=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED62F is #0129D0. Grayscale: #CFCFCF. Windows color (decimal): -76241 or 3135230. OLE color: 3135230.
HSL color Cylindrical-coordinate representation of color #FED62F: hue angle of 48.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FED62F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 47 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.00 |
| HSL | 48.41º | 0.99% | 0.59% | - |
| HSV(B) | 48.41º | 0.81% | 1% | - |
| XYZ | 65.43 | 69.37 | 12.63 | - |
| YUV | 206.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 47 | 0 | 0.16 | 0.81 | 0.00 | 48.41 | 0.99 | 0.59 |
| Hex | FE | D6 | 2F | 0 | 10 | 51 | 0 | 30 | 63 | 3B |
| Octal | 376 | 326 | 57 | 0 | 20 | 121 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010110 | 101111 | 0 | 10000 | 1010001 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED62F
Complementary color
Monochromatic Colors of #FED62F
Black with #FED62F
Text Example
Text Example
White with #FED62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED62F; }
p { color: rgb(254,214,47); }
H1.HeaderClassName
{
color: #FED62F;
}
.AnyTagClassName
{
color: #FED62F;
}
</style>
background-color css
<style>
a { background-color: #FED62F; }
a { background-color: rgb(254,214,47); }
div.DivClassName
{
background-color: #FED62F;
}
.BgClassName
{
background-color: #FED62F;
}
</style>
border-color css
<style>
span { border-color: #FED62F; }
span { border-color: rgb(254,214,47); }
td.TdClassName
{
border-color: #FED62F;
}
.TagClassName
{
border-color: #FED62F;
}
</style>