Shades of Sunglow #FECA2A
Tints of Sunglow #FECA2A
RGB
CMYK
RGB Variations
Color information
#FECA2A (or 0xFECA2A) is known color: Sunglow. HEX triplet: FE, CA and 2A. RGB value is (254,202,42). Sum of RGB (Red+Green+Blue) = 254+202+42=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA2A is #0135D5. Grayscale: #C8C8C8. Windows color (decimal): -79318 or 2804478. OLE color: 2804478.
HSL color Cylindrical-coordinate representation of color #FECA2A: hue angle of 45.28º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FECA2A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 42 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.00 |
| HSL | 45.28º | 0.99% | 0.58% | - |
| HSV(B) | 45.28º | 0.83% | 1% | - |
| XYZ | 62.41 | 63.48 | 11.15 | - |
| YUV | 199.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 42 | 0 | 0.20 | 0.83 | 0.00 | 45.28 | 0.99 | 0.58 |
| Hex | FE | CA | 2A | 0 | 14 | 53 | 0 | 2D | 63 | 3A |
| Octal | 376 | 312 | 52 | 0 | 24 | 123 | 0 | 55 | 143 | 72 |
| Binary | 11111110 | 11001010 | 101010 | 0 | 10100 | 1010011 | 0 | 101101 | 1100011 | 111010 |
Color Harmonies of #FECA2A
Complementary color
Monochromatic Colors of #FECA2A
Black with #FECA2A
Text Example
Text Example
White with #FECA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA2A; }
p { color: rgb(254,202,42); }
H1.HeaderClassName
{
color: #FECA2A;
}
.AnyTagClassName
{
color: #FECA2A;
}
</style>
background-color css
<style>
a { background-color: #FECA2A; }
a { background-color: rgb(254,202,42); }
div.DivClassName
{
background-color: #FECA2A;
}
.BgClassName
{
background-color: #FECA2A;
}
</style>
border-color css
<style>
span { border-color: #FECA2A; }
span { border-color: rgb(254,202,42); }
td.TdClassName
{
border-color: #FECA2A;
}
.TagClassName
{
border-color: #FECA2A;
}
</style>