Shades of Sunglow #FEC330
Tints of Sunglow #FEC330
RGB
CMYK
RGB Variations
Color information
#FEC330 (or 0xFEC330) is known color: Sunglow. HEX triplet: FE, C3 and 30. RGB value is (254,195,48). Sum of RGB (Red+Green+Blue) = 254+195+48=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC330 is #013CCF. Grayscale: #C4C4C4. Windows color (decimal): -81104 or 3195902. OLE color: 3195902.
HSL color Cylindrical-coordinate representation of color #FEC330: hue angle of 42.82º 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 #FEC330 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 48 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.00 |
| HSL | 42.82º | 0.99% | 0.59% | - |
| HSV(B) | 42.82º | 0.81% | 1% | - |
| XYZ | 60.92 | 60.31 | 11.23 | - |
| YUV | 195.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 48 | 0 | 0.23 | 0.81 | 0.00 | 42.82 | 0.99 | 0.59 |
| Hex | FE | C3 | 30 | 0 | 17 | 51 | 0 | 2B | 63 | 3B |
| Octal | 376 | 303 | 60 | 0 | 27 | 121 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000011 | 110000 | 0 | 10111 | 1010001 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC330
Complementary color
Monochromatic Colors of #FEC330
Black with #FEC330
Text Example
Text Example
White with #FEC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC330; }
p { color: rgb(254,195,48); }
H1.HeaderClassName
{
color: #FEC330;
}
.AnyTagClassName
{
color: #FEC330;
}
</style>
background-color css
<style>
a { background-color: #FEC330; }
a { background-color: rgb(254,195,48); }
div.DivClassName
{
background-color: #FEC330;
}
.BgClassName
{
background-color: #FEC330;
}
</style>
border-color css
<style>
span { border-color: #FEC330; }
span { border-color: rgb(254,195,48); }
td.TdClassName
{
border-color: #FEC330;
}
.TagClassName
{
border-color: #FEC330;
}
</style>