Shades of Sunglow #FED32F
Tints of Sunglow #FED32F
RGB
CMYK
RGB Variations
Color information
#FED32F (or 0xFED32F) is known color: Sunglow. HEX triplet: FE, D3 and 2F. RGB value is (254,211,47). Sum of RGB (Red+Green+Blue) = 254+211+47=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED32F is #012CD0. Grayscale: #CDCDCD. Windows color (decimal): -77009 or 3134462. OLE color: 3134462.
HSL color Cylindrical-coordinate representation of color #FED32F: hue angle of 47.54º 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 #FED32F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 47 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.00 |
| HSL | 47.54º | 0.99% | 0.59% | - |
| HSV(B) | 47.54º | 0.81% | 1% | - |
| XYZ | 64.68 | 67.86 | 12.38 | - |
| YUV | 205.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 47 | 0 | 0.17 | 0.81 | 0.00 | 47.54 | 0.99 | 0.59 |
| Hex | FE | D3 | 2F | 0 | 11 | 51 | 0 | 30 | 63 | 3B |
| Octal | 376 | 323 | 57 | 0 | 21 | 121 | 0 | 60 | 143 | 73 |
| Binary | 11111110 | 11010011 | 101111 | 0 | 10001 | 1010001 | 0 | 110000 | 1100011 | 111011 |
Color Harmonies of #FED32F
Complementary color
Monochromatic Colors of #FED32F
Black with #FED32F
Text Example
Text Example
White with #FED32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED32F; }
p { color: rgb(254,211,47); }
H1.HeaderClassName
{
color: #FED32F;
}
.AnyTagClassName
{
color: #FED32F;
}
</style>
background-color css
<style>
a { background-color: #FED32F; }
a { background-color: rgb(254,211,47); }
div.DivClassName
{
background-color: #FED32F;
}
.BgClassName
{
background-color: #FED32F;
}
</style>
border-color css
<style>
span { border-color: #FED32F; }
span { border-color: rgb(254,211,47); }
td.TdClassName
{
border-color: #FED32F;
}
.TagClassName
{
border-color: #FED32F;
}
</style>