Shades of Sunglow #FECA3F
Tints of Sunglow #FECA3F
RGB
CMYK
RGB Variations
Color information
#FECA3F (or 0xFECA3F) is known color: Sunglow. HEX triplet: FE, CA and 3F. RGB value is (254,202,63). Sum of RGB (Red+Green+Blue) = 254+202+63=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA3F is #0135C0. Grayscale: #CACACA. Windows color (decimal): -79297 or 4180734. OLE color: 4180734.
HSL color Cylindrical-coordinate representation of color #FECA3F: hue angle of 43.66º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FECA3F is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 63 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.00 |
| HSL | 43.66º | 0.99% | 0.62% | - |
| HSV(B) | 43.66º | 0.75% | 1% | - |
| XYZ | 62.89 | 63.67 | 13.68 | - |
| YUV | 201.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 63 | 0 | 0.20 | 0.75 | 0.00 | 43.66 | 0.99 | 0.62 |
| Hex | FE | CA | 3F | 0 | 14 | 4B | 0 | 2C | 63 | 3E |
| Octal | 376 | 312 | 77 | 0 | 24 | 113 | 0 | 54 | 143 | 76 |
| Binary | 11111110 | 11001010 | 111111 | 0 | 10100 | 1001011 | 0 | 101100 | 1100011 | 111110 |
Color Harmonies of #FECA3F
Complementary color
Monochromatic Colors of #FECA3F
Black with #FECA3F
Text Example
Text Example
White with #FECA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA3F; }
p { color: rgb(254,202,63); }
H1.HeaderClassName
{
color: #FECA3F;
}
.AnyTagClassName
{
color: #FECA3F;
}
</style>
background-color css
<style>
a { background-color: #FECA3F; }
a { background-color: rgb(254,202,63); }
div.DivClassName
{
background-color: #FECA3F;
}
.BgClassName
{
background-color: #FECA3F;
}
</style>
border-color css
<style>
span { border-color: #FECA3F; }
span { border-color: rgb(254,202,63); }
td.TdClassName
{
border-color: #FECA3F;
}
.TagClassName
{
border-color: #FECA3F;
}
</style>