Shades of Sunglow #FED341
Tints of Sunglow #FED341
RGB
CMYK
RGB Variations
Color information
#FED341 (or 0xFED341) is known color: Sunglow. HEX triplet: FE, D3 and 41. RGB value is (254,211,65). Sum of RGB (Red+Green+Blue) = 254+211+65=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED341 is #012CBE. Grayscale: #CFCFCF. Windows color (decimal): -76991 or 4314110. OLE color: 4314110.
HSL color Cylindrical-coordinate representation of color #FED341: hue angle of 46.35º 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 #FED341 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 65 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.00 |
| HSL | 46.35º | 0.99% | 0.63% | - |
| HSV(B) | 46.35º | 0.74% | 1% | - |
| XYZ | 65.12 | 68.04 | 14.7 | - |
| YUV | 207.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 65 | 0 | 0.17 | 0.74 | 0.00 | 46.35 | 0.99 | 0.63 |
| Hex | FE | D3 | 41 | 0 | 11 | 4A | 0 | 2E | 63 | 3F |
| Octal | 376 | 323 | 101 | 0 | 21 | 112 | 0 | 56 | 143 | 77 |
| Binary | 11111110 | 11010011 | 1000001 | 0 | 10001 | 1001010 | 0 | 101110 | 1100011 | 111111 |
Color Harmonies of #FED341
Complementary color
Monochromatic Colors of #FED341
Black with #FED341
Text Example
Text Example
White with #FED341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED341; }
p { color: rgb(254,211,65); }
H1.HeaderClassName
{
color: #FED341;
}
.AnyTagClassName
{
color: #FED341;
}
</style>
background-color css
<style>
a { background-color: #FED341; }
a { background-color: rgb(254,211,65); }
div.DivClassName
{
background-color: #FED341;
}
.BgClassName
{
background-color: #FED341;
}
</style>
border-color css
<style>
span { border-color: #FED341; }
span { border-color: rgb(254,211,65); }
td.TdClassName
{
border-color: #FED341;
}
.TagClassName
{
border-color: #FED341;
}
</style>