Shades of Sunglow #FED038
Tints of Sunglow #FED038
RGB
CMYK
RGB Variations
Color information
#FED038 (or 0xFED038) is known color: Sunglow. HEX triplet: FE, D0 and 38. RGB value is (254,208,56). Sum of RGB (Red+Green+Blue) = 254+208+56=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FED038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED038 is #012FC7. Grayscale: #CDCDCD. Windows color (decimal): -77768 or 3723518. OLE color: 3723518.
HSL color Cylindrical-coordinate representation of color #FED038: hue angle of 46.06º 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 #FED038 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 56 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.00 |
| HSL | 46.06º | 0.99% | 0.61% | - |
| HSV(B) | 46.06º | 0.78% | 1% | - |
| XYZ | 64.14 | 66.47 | 13.19 | - |
| YUV | 204.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 56 | 0 | 0.18 | 0.78 | 0.00 | 46.06 | 0.99 | 0.61 |
| Hex | FE | D0 | 38 | 0 | 12 | 4E | 0 | 2E | 63 | 3D |
| Octal | 376 | 320 | 70 | 0 | 22 | 116 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010000 | 111000 | 0 | 10010 | 1001110 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED038
Complementary color
Monochromatic Colors of #FED038
Black with #FED038
Text Example
Text Example
White with #FED038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED038; }
p { color: rgb(254,208,56); }
H1.HeaderClassName
{
color: #FED038;
}
.AnyTagClassName
{
color: #FED038;
}
</style>
background-color css
<style>
a { background-color: #FED038; }
a { background-color: rgb(254,208,56); }
div.DivClassName
{
background-color: #FED038;
}
.BgClassName
{
background-color: #FED038;
}
</style>
border-color css
<style>
span { border-color: #FED038; }
span { border-color: rgb(254,208,56); }
td.TdClassName
{
border-color: #FED038;
}
.TagClassName
{
border-color: #FED038;
}
</style>