Shades of Sunglow #FED33D
Tints of Sunglow #FED33D
RGB
CMYK
RGB Variations
Color information
#FED33D (or 0xFED33D) is known color: Sunglow. HEX triplet: FE, D3 and 3D. RGB value is (254,211,61). Sum of RGB (Red+Green+Blue) = 254+211+61=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FED33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED33D is #012CC2. Grayscale: #CFCFCF. Windows color (decimal): -76995 or 4051966. OLE color: 4051966.
HSL color Cylindrical-coordinate representation of color #FED33D: hue angle of 46.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED33D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.00 |
| HSL | 46.63º | 0.99% | 0.62% | - |
| HSV(B) | 46.63º | 0.76% | 1% | - |
| XYZ | 65.01 | 68 | 14.11 | - |
| YUV | 206.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 61 | 0 | 0.17 | 0.76 | 0.00 | 46.63 | 0.99 | 0.62 |
| Hex | FE | D3 | 3D | 0 | 11 | 4C | 0 | 2F | 63 | 3E |
| Octal | 376 | 323 | 75 | 0 | 21 | 114 | 0 | 57 | 143 | 76 |
| Binary | 11111110 | 11010011 | 111101 | 0 | 10001 | 1001100 | 0 | 101111 | 1100011 | 111110 |
Color Harmonies of #FED33D
Complementary color
Monochromatic Colors of #FED33D
Black with #FED33D
Text Example
Text Example
White with #FED33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED33D; }
p { color: rgb(254,211,61); }
H1.HeaderClassName
{
color: #FED33D;
}
.AnyTagClassName
{
color: #FED33D;
}
</style>
background-color css
<style>
a { background-color: #FED33D; }
a { background-color: rgb(254,211,61); }
div.DivClassName
{
background-color: #FED33D;
}
.BgClassName
{
background-color: #FED33D;
}
</style>
border-color css
<style>
span { border-color: #FED33D; }
span { border-color: rgb(254,211,61); }
td.TdClassName
{
border-color: #FED33D;
}
.TagClassName
{
border-color: #FED33D;
}
</style>