Shades of Sunglow #FECA2D
Tints of Sunglow #FECA2D
RGB
CMYK
RGB Variations
Color information
#FECA2D (or 0xFECA2D) is known color: Sunglow. HEX triplet: FE, CA and 2D. RGB value is (254,202,45). Sum of RGB (Red+Green+Blue) = 254+202+45=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA2D is #0135D2. Grayscale: #C8C8C8. Windows color (decimal): -79315 or 3001086. OLE color: 3001086.
HSL color Cylindrical-coordinate representation of color #FECA2D: hue angle of 45.07º 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 #FECA2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45.07º | 0.99% | 0.59% | - |
| HSV(B) | 45.07º | 0.82% | 1% | - |
| XYZ | 62.47 | 63.5 | 11.45 | - |
| YUV | 199.65 | 40.73 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 45 | 0 | 0.20 | 0.82 | 0.00 | 45.07 | 0.99 | 0.59 |
| Hex | FE | CA | 2D | 0 | 14 | 52 | 0 | 2D | 63 | 3B |
| Octal | 376 | 312 | 55 | 0 | 24 | 122 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001010 | 101101 | 0 | 10100 | 1010010 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECA2D
Complementary color
Monochromatic Colors of #FECA2D
Black with #FECA2D
Text Example
Text Example
White with #FECA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA2D; }
p { color: rgb(254,202,45); }
H1.HeaderClassName
{
color: #FECA2D;
}
.AnyTagClassName
{
color: #FECA2D;
}
</style>
background-color css
<style>
a { background-color: #FECA2D; }
a { background-color: rgb(254,202,45); }
div.DivClassName
{
background-color: #FECA2D;
}
.BgClassName
{
background-color: #FECA2D;
}
</style>
border-color css
<style>
span { border-color: #FECA2D; }
span { border-color: rgb(254,202,45); }
td.TdClassName
{
border-color: #FECA2D;
}
.TagClassName
{
border-color: #FECA2D;
}
</style>