Shades of Sunglow #FED343
Tints of Sunglow #FED343
RGB
CMYK
RGB Variations
Color information
#FED343 (or 0xFED343) is known color: Sunglow. HEX triplet: FE, D3 and 43. RGB value is (254,211,67). Sum of RGB (Red+Green+Blue) = 254+211+67=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 67 (26.56% from 255 or 12.59% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED343 is #012CBC. Grayscale: #D0D0D0. Windows color (decimal): -76989 or 4445182. OLE color: 4445182.
HSL color Cylindrical-coordinate representation of color #FED343: hue angle of 46.2º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FED343 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 67 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.00 |
| HSL | 46.2º | 0.99% | 0.63% | - |
| HSV(B) | 46.2º | 0.74% | 1% | - |
| XYZ | 65.18 | 68.06 | 15.01 | - |
| YUV | 207.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 67 | 0 | 0.17 | 0.74 | 0.00 | 46.2 | 0.99 | 0.63 |
| Hex | FE | D3 | 43 | 0 | 11 | 4A | 0 | 2E | 63 | 3F |
| Octal | 376 | 323 | 103 | 0 | 21 | 112 | 0 | 56 | 143 | 77 |
| Binary | 11111110 | 11010011 | 1000011 | 0 | 10001 | 1001010 | 0 | 101110 | 1100011 | 111111 |
Color Harmonies of #FED343
Complementary color
Monochromatic Colors of #FED343
Black with #FED343
Text Example
Text Example
White with #FED343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED343; }
p { color: rgb(254,211,67); }
H1.HeaderClassName
{
color: #FED343;
}
.AnyTagClassName
{
color: #FED343;
}
</style>
background-color css
<style>
a { background-color: #FED343; }
a { background-color: rgb(254,211,67); }
div.DivClassName
{
background-color: #FED343;
}
.BgClassName
{
background-color: #FED343;
}
</style>
border-color css
<style>
span { border-color: #FED343; }
span { border-color: rgb(254,211,67); }
td.TdClassName
{
border-color: #FED343;
}
.TagClassName
{
border-color: #FED343;
}
</style>