Shades of Sunglow #FEC334
Tints of Sunglow #FEC334
RGB
CMYK
RGB Variations
Color information
#FEC334 (or 0xFEC334) is known color: Sunglow. HEX triplet: FE, C3 and 34. RGB value is (254,195,52). Sum of RGB (Red+Green+Blue) = 254+195+52=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC334 is #013CCB. Grayscale: #C4C4C4. Windows color (decimal): -81100 or 3458046. OLE color: 3458046.
HSL color Cylindrical-coordinate representation of color #FEC334: hue angle of 42.48º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEC334 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 52 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.00 |
| HSL | 42.48º | 0.99% | 0.6% | - |
| HSV(B) | 42.48º | 0.8% | 1% | - |
| XYZ | 61.01 | 60.35 | 11.68 | - |
| YUV | 196.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 52 | 0 | 0.23 | 0.80 | 0.00 | 42.48 | 0.99 | 0.6 |
| Hex | FE | C3 | 34 | 0 | 17 | 50 | 0 | 2A | 63 | 3C |
| Octal | 376 | 303 | 64 | 0 | 27 | 120 | 0 | 52 | 143 | 74 |
| Binary | 11111110 | 11000011 | 110100 | 0 | 10111 | 1010000 | 0 | 101010 | 1100011 | 111100 |
Color Harmonies of #FEC334
Complementary color
Monochromatic Colors of #FEC334
Black with #FEC334
Text Example
Text Example
White with #FEC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC334; }
p { color: rgb(254,195,52); }
H1.HeaderClassName
{
color: #FEC334;
}
.AnyTagClassName
{
color: #FEC334;
}
</style>
background-color css
<style>
a { background-color: #FEC334; }
a { background-color: rgb(254,195,52); }
div.DivClassName
{
background-color: #FEC334;
}
.BgClassName
{
background-color: #FEC334;
}
</style>
border-color css
<style>
span { border-color: #FEC334; }
span { border-color: rgb(254,195,52); }
td.TdClassName
{
border-color: #FEC334;
}
.TagClassName
{
border-color: #FEC334;
}
</style>