Shades of Sunglow #FED733
Tints of Sunglow #FED733
RGB
CMYK
RGB Variations
Color information
#FED733 (or 0xFED733) is known color: Sunglow. HEX triplet: FE, D7 and 33. RGB value is (254,215,51). Sum of RGB (Red+Green+Blue) = 254+215+51=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 51 (20.31% from 255 or 9.81% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FED733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED733 is #0128CC. Grayscale: #D0D0D0. Windows color (decimal): -75981 or 3397630. OLE color: 3397630.
HSL color Cylindrical-coordinate representation of color #FED733: hue angle of 48.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED733 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 51 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.00 |
| HSL | 48.47º | 0.99% | 0.6% | - |
| HSV(B) | 48.47º | 0.8% | 1% | - |
| XYZ | 65.77 | 69.91 | 13.16 | - |
| YUV | 207.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 51 | 0 | 0.15 | 0.80 | 0.00 | 48.47 | 0.99 | 0.6 |
| Hex | FE | D7 | 33 | 0 | F | 50 | 0 | 30 | 63 | 3C |
| Octal | 376 | 327 | 63 | 0 | 17 | 120 | 0 | 60 | 143 | 74 |
| Binary | 11111110 | 11010111 | 110011 | 0 | 1111 | 1010000 | 0 | 110000 | 1100011 | 111100 |
Color Harmonies of #FED733
Complementary color
Monochromatic Colors of #FED733
Black with #FED733
Text Example
Text Example
White with #FED733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED733; }
p { color: rgb(254,215,51); }
H1.HeaderClassName
{
color: #FED733;
}
.AnyTagClassName
{
color: #FED733;
}
</style>
background-color css
<style>
a { background-color: #FED733; }
a { background-color: rgb(254,215,51); }
div.DivClassName
{
background-color: #FED733;
}
.BgClassName
{
background-color: #FED733;
}
</style>
border-color css
<style>
span { border-color: #FED733; }
span { border-color: rgb(254,215,51); }
td.TdClassName
{
border-color: #FED733;
}
.TagClassName
{
border-color: #FED733;
}
</style>