Shades of Sunglow #FED342
Tints of Sunglow #FED342
RGB
CMYK
RGB Variations
Color information
#FED342 (or 0xFED342) is known color: Sunglow. HEX triplet: FE, D3 and 42. RGB value is (254,211,66). Sum of RGB (Red+Green+Blue) = 254+211+66=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FED342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED342 is #012CBD. Grayscale: #CFCFCF. Windows color (decimal): -76990 or 4379646. OLE color: 4379646.
HSL color Cylindrical-coordinate representation of color #FED342: hue angle of 46.28º 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 #FED342 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 66 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.00 |
| HSL | 46.28º | 0.99% | 0.63% | - |
| HSV(B) | 46.28º | 0.74% | 1% | - |
| XYZ | 65.15 | 68.05 | 14.86 | - |
| YUV | 207.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 66 | 0 | 0.17 | 0.74 | 0.00 | 46.28 | 0.99 | 0.63 |
| Hex | FE | D3 | 42 | 0 | 11 | 4A | 0 | 2E | 63 | 3F |
| Octal | 376 | 323 | 102 | 0 | 21 | 112 | 0 | 56 | 143 | 77 |
| Binary | 11111110 | 11010011 | 1000010 | 0 | 10001 | 1001010 | 0 | 101110 | 1100011 | 111111 |
Color Harmonies of #FED342
Complementary color
Monochromatic Colors of #FED342
Black with #FED342
Text Example
Text Example
White with #FED342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED342; }
p { color: rgb(254,211,66); }
H1.HeaderClassName
{
color: #FED342;
}
.AnyTagClassName
{
color: #FED342;
}
</style>
background-color css
<style>
a { background-color: #FED342; }
a { background-color: rgb(254,211,66); }
div.DivClassName
{
background-color: #FED342;
}
.BgClassName
{
background-color: #FED342;
}
</style>
border-color css
<style>
span { border-color: #FED342; }
span { border-color: rgb(254,211,66); }
td.TdClassName
{
border-color: #FED342;
}
.TagClassName
{
border-color: #FED342;
}
</style>