Shades of Sunglow #FECE3B
Tints of Sunglow #FECE3B
RGB
CMYK
RGB Variations
Color information
#FECE3B (or 0xFECE3B) is known color: Sunglow. HEX triplet: FE, CE and 3B. RGB value is (254,206,59). Sum of RGB (Red+Green+Blue) = 254+206+59=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 59 (23.44% from 255 or 11.37% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE3B is #0131C4. Grayscale: #CCCCCC. Windows color (decimal): -78277 or 3919614. OLE color: 3919614.
HSL color Cylindrical-coordinate representation of color #FECE3B: hue angle of 45.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FECE3B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 59 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.00 |
| HSL | 45.23º | 0.99% | 0.61% | - |
| HSV(B) | 45.23º | 0.77% | 1% | - |
| XYZ | 63.73 | 65.53 | 13.43 | - |
| YUV | 203.59 | 46.4 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 59 | 0 | 0.19 | 0.77 | 0.00 | 45.23 | 0.99 | 0.61 |
| Hex | FE | CE | 3B | 0 | 13 | 4D | 0 | 2D | 63 | 3D |
| Octal | 376 | 316 | 73 | 0 | 23 | 115 | 0 | 55 | 143 | 75 |
| Binary | 11111110 | 11001110 | 111011 | 0 | 10011 | 1001101 | 0 | 101101 | 1100011 | 111101 |
Color Harmonies of #FECE3B
Complementary color
Monochromatic Colors of #FECE3B
Black with #FECE3B
Text Example
Text Example
White with #FECE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE3B; }
p { color: rgb(254,206,59); }
H1.HeaderClassName
{
color: #FECE3B;
}
.AnyTagClassName
{
color: #FECE3B;
}
</style>
background-color css
<style>
a { background-color: #FECE3B; }
a { background-color: rgb(254,206,59); }
div.DivClassName
{
background-color: #FECE3B;
}
.BgClassName
{
background-color: #FECE3B;
}
</style>
border-color css
<style>
span { border-color: #FECE3B; }
span { border-color: rgb(254,206,59); }
td.TdClassName
{
border-color: #FECE3B;
}
.TagClassName
{
border-color: #FECE3B;
}
</style>