Shades of Sunglow #FED334
Tints of Sunglow #FED334
RGB
CMYK
RGB Variations
Color information
#FED334 (or 0xFED334) is known color: Sunglow. HEX triplet: FE, D3 and 34. RGB value is (254,211,52). Sum of RGB (Red+Green+Blue) = 254+211+52=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FED334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED334 is #012CCB. Grayscale: #CECECE. Windows color (decimal): -77004 or 3462142. OLE color: 3462142.
HSL color Cylindrical-coordinate representation of color #FED334: hue angle of 47.23º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED334 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 52 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.00 |
| HSL | 47.23º | 0.99% | 0.6% | - |
| HSV(B) | 47.23º | 0.8% | 1% | - |
| XYZ | 64.79 | 67.91 | 12.94 | - |
| YUV | 205.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 52 | 0 | 0.17 | 0.80 | 0.00 | 47.23 | 0.99 | 0.6 |
| Hex | FE | D3 | 34 | 0 | 11 | 50 | 0 | 2F | 63 | 3C |
| Octal | 376 | 323 | 64 | 0 | 21 | 120 | 0 | 57 | 143 | 74 |
| Binary | 11111110 | 11010011 | 110100 | 0 | 10001 | 1010000 | 0 | 101111 | 1100011 | 111100 |
Color Harmonies of #FED334
Complementary color
Monochromatic Colors of #FED334
Black with #FED334
Text Example
Text Example
White with #FED334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED334; }
p { color: rgb(254,211,52); }
H1.HeaderClassName
{
color: #FED334;
}
.AnyTagClassName
{
color: #FED334;
}
</style>
background-color css
<style>
a { background-color: #FED334; }
a { background-color: rgb(254,211,52); }
div.DivClassName
{
background-color: #FED334;
}
.BgClassName
{
background-color: #FED334;
}
</style>
border-color css
<style>
span { border-color: #FED334; }
span { border-color: rgb(254,211,52); }
td.TdClassName
{
border-color: #FED334;
}
.TagClassName
{
border-color: #FED334;
}
</style>