Shades of Sunglow #FED135
Tints of Sunglow #FED135
RGB
CMYK
RGB Variations
Color information
#FED135 (or 0xFED135) is known color: Sunglow. HEX triplet: FE, D1 and 35. RGB value is (254,209,53). Sum of RGB (Red+Green+Blue) = 254+209+53=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED135 is #012ECA. Grayscale: #CDCDCD. Windows color (decimal): -77515 or 3527166. OLE color: 3527166.
HSL color Cylindrical-coordinate representation of color #FED135: hue angle of 46.57º 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 #FED135 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 53 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.00 |
| HSL | 46.57º | 0.99% | 0.6% | - |
| HSV(B) | 46.57º | 0.79% | 1% | - |
| XYZ | 64.32 | 66.93 | 12.9 | - |
| YUV | 204.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 53 | 0 | 0.18 | 0.79 | 0.00 | 46.57 | 0.99 | 0.6 |
| Hex | FE | D1 | 35 | 0 | 12 | 4F | 0 | 2F | 63 | 3C |
| Octal | 376 | 321 | 65 | 0 | 22 | 117 | 0 | 57 | 143 | 74 |
| Binary | 11111110 | 11010001 | 110101 | 0 | 10010 | 1001111 | 0 | 101111 | 1100011 | 111100 |
Color Harmonies of #FED135
Complementary color
Monochromatic Colors of #FED135
Black with #FED135
Text Example
Text Example
White with #FED135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED135; }
p { color: rgb(254,209,53); }
H1.HeaderClassName
{
color: #FED135;
}
.AnyTagClassName
{
color: #FED135;
}
</style>
background-color css
<style>
a { background-color: #FED135; }
a { background-color: rgb(254,209,53); }
div.DivClassName
{
background-color: #FED135;
}
.BgClassName
{
background-color: #FED135;
}
</style>
border-color css
<style>
span { border-color: #FED135; }
span { border-color: rgb(254,209,53); }
td.TdClassName
{
border-color: #FED135;
}
.TagClassName
{
border-color: #FED135;
}
</style>