Shades of Sunglow #FEC33A
Tints of Sunglow #FEC33A
RGB
CMYK
RGB Variations
Color information
#FEC33A (or 0xFEC33A) is known color: Sunglow. HEX triplet: FE, C3 and 3A. RGB value is (254,195,58). Sum of RGB (Red+Green+Blue) = 254+195+58=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC33A is #013CC5. Grayscale: #C5C5C5. Windows color (decimal): -81094 or 3851262. OLE color: 3851262.
HSL color Cylindrical-coordinate representation of color #FEC33A: hue angle of 41.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEC33A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 58 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.00 |
| HSL | 41.94º | 0.99% | 0.61% | - |
| HSV(B) | 41.94º | 0.77% | 1% | - |
| XYZ | 61.15 | 60.41 | 12.44 | - |
| YUV | 197.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 58 | 0 | 0.23 | 0.77 | 0.00 | 41.94 | 0.99 | 0.61 |
| Hex | FE | C3 | 3A | 0 | 17 | 4D | 0 | 2A | 63 | 3D |
| Octal | 376 | 303 | 72 | 0 | 27 | 115 | 0 | 52 | 143 | 75 |
| Binary | 11111110 | 11000011 | 111010 | 0 | 10111 | 1001101 | 0 | 101010 | 1100011 | 111101 |
Color Harmonies of #FEC33A
Complementary color
Monochromatic Colors of #FEC33A
Black with #FEC33A
Text Example
Text Example
White with #FEC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC33A; }
p { color: rgb(254,195,58); }
H1.HeaderClassName
{
color: #FEC33A;
}
.AnyTagClassName
{
color: #FEC33A;
}
</style>
background-color css
<style>
a { background-color: #FEC33A; }
a { background-color: rgb(254,195,58); }
div.DivClassName
{
background-color: #FEC33A;
}
.BgClassName
{
background-color: #FEC33A;
}
</style>
border-color css
<style>
span { border-color: #FEC33A; }
span { border-color: rgb(254,195,58); }
td.TdClassName
{
border-color: #FEC33A;
}
.TagClassName
{
border-color: #FEC33A;
}
</style>