Shades of Sunglow #FED638
Tints of Sunglow #FED638
RGB
CMYK
RGB Variations
Color information
#FED638 (or 0xFED638) is known color: Sunglow. HEX triplet: FE, D6 and 38. RGB value is (254,214,56). Sum of RGB (Red+Green+Blue) = 254+214+56=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FED638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED638 is #0129C7. Grayscale: #D0D0D0. Windows color (decimal): -76232 or 3725054. OLE color: 3725054.
HSL color Cylindrical-coordinate representation of color #FED638: hue angle of 47.88º 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 #FED638 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 56 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.00 |
| HSL | 47.88º | 0.99% | 0.61% | - |
| HSV(B) | 47.88º | 0.78% | 1% | - |
| XYZ | 65.63 | 69.45 | 13.69 | - |
| YUV | 207.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 56 | 0 | 0.16 | 0.78 | 0.00 | 47.88 | 0.99 | 0.61 |
| Hex | FE | D6 | 38 | 0 | 10 | 4E | 0 | 30 | 63 | 3D |
| Octal | 376 | 326 | 70 | 0 | 20 | 116 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11010110 | 111000 | 0 | 10000 | 1001110 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED638
Complementary color
Monochromatic Colors of #FED638
Black with #FED638
Text Example
Text Example
White with #FED638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED638; }
p { color: rgb(254,214,56); }
H1.HeaderClassName
{
color: #FED638;
}
.AnyTagClassName
{
color: #FED638;
}
</style>
background-color css
<style>
a { background-color: #FED638; }
a { background-color: rgb(254,214,56); }
div.DivClassName
{
background-color: #FED638;
}
.BgClassName
{
background-color: #FED638;
}
</style>
border-color css
<style>
span { border-color: #FED638; }
span { border-color: rgb(254,214,56); }
td.TdClassName
{
border-color: #FED638;
}
.TagClassName
{
border-color: #FED638;
}
</style>