Shades of Sunglow #FECA2F
Tints of Sunglow #FECA2F
RGB
CMYK
RGB Variations
Color information
#FECA2F (or 0xFECA2F) is known color: Sunglow. HEX triplet: FE, CA and 2F. RGB value is (254,202,47). Sum of RGB (Red+Green+Blue) = 254+202+47=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA2F is #0135D0. Grayscale: #C8C8C8. Windows color (decimal): -79313 or 3132158. OLE color: 3132158.
HSL color Cylindrical-coordinate representation of color #FECA2F: hue angle of 44.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FECA2F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 47 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.00 |
| HSL | 44.93º | 0.99% | 0.59% | - |
| HSV(B) | 44.93º | 0.81% | 1% | - |
| XYZ | 62.51 | 63.52 | 11.65 | - |
| YUV | 199.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 47 | 0 | 0.20 | 0.81 | 0.00 | 44.93 | 0.99 | 0.59 |
| Hex | FE | CA | 2F | 0 | 14 | 51 | 0 | 2D | 63 | 3B |
| Octal | 376 | 312 | 57 | 0 | 24 | 121 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001010 | 101111 | 0 | 10100 | 1010001 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECA2F
Complementary color
Monochromatic Colors of #FECA2F
Black with #FECA2F
Text Example
Text Example
White with #FECA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA2F; }
p { color: rgb(254,202,47); }
H1.HeaderClassName
{
color: #FECA2F;
}
.AnyTagClassName
{
color: #FECA2F;
}
</style>
background-color css
<style>
a { background-color: #FECA2F; }
a { background-color: rgb(254,202,47); }
div.DivClassName
{
background-color: #FECA2F;
}
.BgClassName
{
background-color: #FECA2F;
}
</style>
border-color css
<style>
span { border-color: #FECA2F; }
span { border-color: rgb(254,202,47); }
td.TdClassName
{
border-color: #FECA2F;
}
.TagClassName
{
border-color: #FECA2F;
}
</style>