Shades of Sunglow #FED13C
Tints of Sunglow #FED13C
RGB
CMYK
RGB Variations
Color information
#FED13C (or 0xFED13C) is known color: Sunglow. HEX triplet: FE, D1 and 3C. RGB value is (254,209,60). Sum of RGB (Red+Green+Blue) = 254+209+60=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED13C is #012EC3. Grayscale: #CECECE. Windows color (decimal): -77508 or 3985918. OLE color: 3985918.
HSL color Cylindrical-coordinate representation of color #FED13C: hue angle of 46.08º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED13C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.00 |
| HSL | 46.08º | 0.99% | 0.62% | - |
| HSV(B) | 46.08º | 0.76% | 1% | - |
| XYZ | 64.49 | 67 | 13.81 | - |
| YUV | 205.47 | 45.91 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 60 | 0 | 0.18 | 0.76 | 0.00 | 46.08 | 0.99 | 0.62 |
| Hex | FE | D1 | 3C | 0 | 12 | 4C | 0 | 2E | 63 | 3E |
| Octal | 376 | 321 | 74 | 0 | 22 | 114 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010001 | 111100 | 0 | 10010 | 1001100 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED13C
Complementary color
Monochromatic Colors of #FED13C
Black with #FED13C
Text Example
Text Example
White with #FED13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED13C; }
p { color: rgb(254,209,60); }
H1.HeaderClassName
{
color: #FED13C;
}
.AnyTagClassName
{
color: #FED13C;
}
</style>
background-color css
<style>
a { background-color: #FED13C; }
a { background-color: rgb(254,209,60); }
div.DivClassName
{
background-color: #FED13C;
}
.BgClassName
{
background-color: #FED13C;
}
</style>
border-color css
<style>
span { border-color: #FED13C; }
span { border-color: rgb(254,209,60); }
td.TdClassName
{
border-color: #FED13C;
}
.TagClassName
{
border-color: #FED13C;
}
</style>