Shades of Sunglow #FEC42D
Tints of Sunglow #FEC42D
RGB
CMYK
RGB Variations
Color information
#FEC42D (or 0xFEC42D) is known color: Sunglow. HEX triplet: FE, C4 and 2D. RGB value is (254,196,45). Sum of RGB (Red+Green+Blue) = 254+196+45=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC42D is #013BD2. Grayscale: #C4C4C4. Windows color (decimal): -80851 or 2999550. OLE color: 2999550.
HSL color Cylindrical-coordinate representation of color #FEC42D: hue angle of 43.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC42D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.00 |
| HSL | 43.35º | 0.99% | 0.59% | - |
| HSV(B) | 43.35º | 0.82% | 1% | - |
| XYZ | 61.09 | 60.74 | 10.99 | - |
| YUV | 196.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 45 | 0 | 0.23 | 0.82 | 0.00 | 43.35 | 0.99 | 0.59 |
| Hex | FE | C4 | 2D | 0 | 17 | 52 | 0 | 2B | 63 | 3B |
| Octal | 376 | 304 | 55 | 0 | 27 | 122 | 0 | 53 | 143 | 73 |
| Binary | 11111110 | 11000100 | 101101 | 0 | 10111 | 1010010 | 0 | 101011 | 1100011 | 111011 |
Color Harmonies of #FEC42D
Complementary color
Monochromatic Colors of #FEC42D
Black with #FEC42D
Text Example
Text Example
White with #FEC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC42D; }
p { color: rgb(254,196,45); }
H1.HeaderClassName
{
color: #FEC42D;
}
.AnyTagClassName
{
color: #FEC42D;
}
</style>
background-color css
<style>
a { background-color: #FEC42D; }
a { background-color: rgb(254,196,45); }
div.DivClassName
{
background-color: #FEC42D;
}
.BgClassName
{
background-color: #FEC42D;
}
</style>
border-color css
<style>
span { border-color: #FEC42D; }
span { border-color: rgb(254,196,45); }
td.TdClassName
{
border-color: #FEC42D;
}
.TagClassName
{
border-color: #FEC42D;
}
</style>