Shades of Sunglow #FED738
Tints of Sunglow #FED738
RGB
CMYK
RGB Variations
Color information
#FED738 (or 0xFED738) is known color: Sunglow. HEX triplet: FE, D7 and 38. RGB value is (254,215,56). Sum of RGB (Red+Green+Blue) = 254+215+56=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FED738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED738 is #0128C7. Grayscale: #D1D1D1. Windows color (decimal): -75976 or 3725310. OLE color: 3725310.
HSL color Cylindrical-coordinate representation of color #FED738: hue angle of 48.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FED738 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.00 |
| HSL | 48.18º | 0.99% | 0.61% | - |
| HSV(B) | 48.18º | 0.78% | 1% | - |
| XYZ | 65.89 | 69.96 | 13.77 | - |
| YUV | 208.54 | 41.92 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 56 | 0 | 0.15 | 0.78 | 0.00 | 48.18 | 0.99 | 0.61 |
| Hex | FE | D7 | 38 | 0 | F | 4E | 0 | 30 | 63 | 3D |
| Octal | 376 | 327 | 70 | 0 | 17 | 116 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11010111 | 111000 | 0 | 1111 | 1001110 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED738
Complementary color
Monochromatic Colors of #FED738
Black with #FED738
Text Example
Text Example
White with #FED738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED738; }
p { color: rgb(254,215,56); }
H1.HeaderClassName
{
color: #FED738;
}
.AnyTagClassName
{
color: #FED738;
}
</style>
background-color css
<style>
a { background-color: #FED738; }
a { background-color: rgb(254,215,56); }
div.DivClassName
{
background-color: #FED738;
}
.BgClassName
{
background-color: #FED738;
}
</style>
border-color css
<style>
span { border-color: #FED738; }
span { border-color: rgb(254,215,56); }
td.TdClassName
{
border-color: #FED738;
}
.TagClassName
{
border-color: #FED738;
}
</style>