Shades of Sunglow #FECD2B
Tints of Sunglow #FECD2B
RGB
CMYK
RGB Variations
Color information
#FECD2B (or 0xFECD2B) is known color: Sunglow. HEX triplet: FE, CD and 2B. RGB value is (254,205,43). Sum of RGB (Red+Green+Blue) = 254+205+43=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD2B is #0132D4. Grayscale: #C9C9C9. Windows color (decimal): -78549 or 2870782. OLE color: 2870782.
HSL color Cylindrical-coordinate representation of color #FECD2B: hue angle of 46.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FECD2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.00 |
| HSL | 46.07º | 0.99% | 0.58% | - |
| HSV(B) | 46.07º | 0.83% | 1% | - |
| XYZ | 63.14 | 64.91 | 11.49 | - |
| YUV | 201.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 43 | 0 | 0.19 | 0.83 | 0.00 | 46.07 | 0.99 | 0.58 |
| Hex | FE | CD | 2B | 0 | 13 | 53 | 0 | 2E | 63 | 3A |
| Octal | 376 | 315 | 53 | 0 | 23 | 123 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001101 | 101011 | 0 | 10011 | 1010011 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECD2B
Complementary color
Monochromatic Colors of #FECD2B
Black with #FECD2B
Text Example
Text Example
White with #FECD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD2B; }
p { color: rgb(254,205,43); }
H1.HeaderClassName
{
color: #FECD2B;
}
.AnyTagClassName
{
color: #FECD2B;
}
</style>
background-color css
<style>
a { background-color: #FECD2B; }
a { background-color: rgb(254,205,43); }
div.DivClassName
{
background-color: #FECD2B;
}
.BgClassName
{
background-color: #FECD2B;
}
</style>
border-color css
<style>
span { border-color: #FECD2B; }
span { border-color: rgb(254,205,43); }
td.TdClassName
{
border-color: #FECD2B;
}
.TagClassName
{
border-color: #FECD2B;
}
</style>