Shades of Sunglow #FED735
Tints of Sunglow #FED735
RGB
CMYK
RGB Variations
Color information
#FED735 (or 0xFED735) is known color: Sunglow. HEX triplet: FE, D7 and 35. RGB value is (254,215,53). Sum of RGB (Red+Green+Blue) = 254+215+53=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FED735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED735 is #0128CA. Grayscale: #D0D0D0. Windows color (decimal): -75979 or 3528702. OLE color: 3528702.
HSL color Cylindrical-coordinate representation of color #FED735: hue angle of 48.36º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FED735 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.00 |
| HSL | 48.36º | 0.99% | 0.6% | - |
| HSV(B) | 48.36º | 0.79% | 1% | - |
| XYZ | 65.82 | 69.93 | 13.4 | - |
| YUV | 208.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 53 | 0 | 0.15 | 0.79 | 0.00 | 48.36 | 0.99 | 0.6 |
| Hex | FE | D7 | 35 | 0 | F | 4F | 0 | 30 | 63 | 3C |
| Octal | 376 | 327 | 65 | 0 | 17 | 117 | 0 | 60 | 143 | 74 |
| Binary | 11111110 | 11010111 | 110101 | 0 | 1111 | 1001111 | 0 | 110000 | 1100011 | 111100 |
Color Harmonies of #FED735
Complementary color
Monochromatic Colors of #FED735
Black with #FED735
Text Example
Text Example
White with #FED735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED735; }
p { color: rgb(254,215,53); }
H1.HeaderClassName
{
color: #FED735;
}
.AnyTagClassName
{
color: #FED735;
}
</style>
background-color css
<style>
a { background-color: #FED735; }
a { background-color: rgb(254,215,53); }
div.DivClassName
{
background-color: #FED735;
}
.BgClassName
{
background-color: #FED735;
}
</style>
border-color css
<style>
span { border-color: #FED735; }
span { border-color: rgb(254,215,53); }
td.TdClassName
{
border-color: #FED735;
}
.TagClassName
{
border-color: #FED735;
}
</style>