Shades of Sunglow #FECD43
Tints of Sunglow #FECD43
RGB
CMYK
RGB Variations
Color information
#FECD43 (or 0xFECD43) is known color: Sunglow. HEX triplet: FE, CD and 43. RGB value is (254,205,67). Sum of RGB (Red+Green+Blue) = 254+205+67=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD43 is #0132BC. Grayscale: #CCCCCC. Windows color (decimal): -78525 or 4443646. OLE color: 4443646.
HSL color Cylindrical-coordinate representation of color #FECD43: hue angle of 44.28º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FECD43 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 67 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.00 |
| HSL | 44.28º | 0.99% | 0.63% | - |
| HSV(B) | 44.28º | 0.74% | 1% | - |
| XYZ | 63.72 | 65.14 | 14.52 | - |
| YUV | 203.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 67 | 0 | 0.19 | 0.74 | 0.00 | 44.28 | 0.99 | 0.63 |
| Hex | FE | CD | 43 | 0 | 13 | 4A | 0 | 2C | 63 | 3F |
| Octal | 376 | 315 | 103 | 0 | 23 | 112 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001101 | 1000011 | 0 | 10011 | 1001010 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECD43
Complementary color
Monochromatic Colors of #FECD43
Black with #FECD43
Text Example
Text Example
White with #FECD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD43; }
p { color: rgb(254,205,67); }
H1.HeaderClassName
{
color: #FECD43;
}
.AnyTagClassName
{
color: #FECD43;
}
</style>
background-color css
<style>
a { background-color: #FECD43; }
a { background-color: rgb(254,205,67); }
div.DivClassName
{
background-color: #FECD43;
}
.BgClassName
{
background-color: #FECD43;
}
</style>
border-color css
<style>
span { border-color: #FECD43; }
span { border-color: rgb(254,205,67); }
td.TdClassName
{
border-color: #FECD43;
}
.TagClassName
{
border-color: #FECD43;
}
</style>