Shades of Sunglow #FED43C
Tints of Sunglow #FED43C
RGB
CMYK
RGB Variations
Color information
#FED43C (or 0xFED43C) is known color: Sunglow. HEX triplet: FE, D4 and 3C. RGB value is (254,212,60). Sum of RGB (Red+Green+Blue) = 254+212+60=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FED43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED43C is #012BC3. Grayscale: #CFCFCF. Windows color (decimal): -76740 or 3986686. OLE color: 3986686.
HSL color Cylindrical-coordinate representation of color #FED43C: hue angle of 47.01º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED43C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 60 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.00 |
| HSL | 47.01º | 0.99% | 0.62% | - |
| HSV(B) | 47.01º | 0.76% | 1% | - |
| XYZ | 65.23 | 68.48 | 14.06 | - |
| YUV | 207.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 60 | 0 | 0.17 | 0.76 | 0.00 | 47.01 | 0.99 | 0.62 |
| Hex | FE | D4 | 3C | 0 | 11 | 4C | 0 | 2F | 63 | 3E |
| Octal | 376 | 324 | 74 | 0 | 21 | 114 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010100 | 111100 | 0 | 10001 | 1001100 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED43C
Complementary color
Monochromatic Colors of #FED43C
Black with #FED43C
Text Example
Text Example
White with #FED43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED43C; }
p { color: rgb(254,212,60); }
H1.HeaderClassName
{
color: #FED43C;
}
.AnyTagClassName
{
color: #FED43C;
}
</style>
background-color css
<style>
a { background-color: #FED43C; }
a { background-color: rgb(254,212,60); }
div.DivClassName
{
background-color: #FED43C;
}
.BgClassName
{
background-color: #FED43C;
}
</style>
border-color css
<style>
span { border-color: #FED43C; }
span { border-color: rgb(254,212,60); }
td.TdClassName
{
border-color: #FED43C;
}
.TagClassName
{
border-color: #FED43C;
}
</style>