Shades of Sunglow #FECA2E
Tints of Sunglow #FECA2E
RGB
CMYK
RGB Variations
Color information
#FECA2E (or 0xFECA2E) is known color: Sunglow. HEX triplet: FE, CA and 2E. RGB value is (254,202,46). Sum of RGB (Red+Green+Blue) = 254+202+46=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA2E is #0135D1. Grayscale: #C8C8C8. Windows color (decimal): -79314 or 3066622. OLE color: 3066622.
HSL color Cylindrical-coordinate representation of color #FECA2E: hue angle of 45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECA2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45º | 0.99% | 0.59% | - |
| HSV(B) | 45º | 0.82% | 1% | - |
| XYZ | 62.49 | 63.51 | 11.55 | - |
| YUV | 199.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 46 | 0 | 0.20 | 0.82 | 0.00 | 45 | 0.99 | 0.59 |
| Hex | FE | CA | 2E | 0 | 14 | 52 | 0 | 2D | 63 | 3B |
| Octal | 376 | 312 | 56 | 0 | 24 | 122 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001010 | 101110 | 0 | 10100 | 1010010 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECA2E
Complementary color
Monochromatic Colors of #FECA2E
Black with #FECA2E
Text Example
Text Example
White with #FECA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA2E; }
p { color: rgb(254,202,46); }
H1.HeaderClassName
{
color: #FECA2E;
}
.AnyTagClassName
{
color: #FECA2E;
}
</style>
background-color css
<style>
a { background-color: #FECA2E; }
a { background-color: rgb(254,202,46); }
div.DivClassName
{
background-color: #FECA2E;
}
.BgClassName
{
background-color: #FECA2E;
}
</style>
border-color css
<style>
span { border-color: #FECA2E; }
span { border-color: rgb(254,202,46); }
td.TdClassName
{
border-color: #FECA2E;
}
.TagClassName
{
border-color: #FECA2E;
}
</style>