Shades of Sunglow #FED72F
Tints of Sunglow #FED72F
RGB
CMYK
RGB Variations
Color information
#FED72F (or 0xFED72F) is known color: Sunglow. HEX triplet: FE, D7 and 2F. RGB value is (254,215,47). Sum of RGB (Red+Green+Blue) = 254+215+47=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED72F is #0128D0. Grayscale: #D0D0D0. Windows color (decimal): -75985 or 3135486. OLE color: 3135486.
HSL color Cylindrical-coordinate representation of color #FED72F: hue angle of 48.7º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FED72F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 47 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.00 |
| HSL | 48.7º | 0.99% | 0.59% | - |
| HSV(B) | 48.7º | 0.81% | 1% | - |
| XYZ | 65.69 | 69.88 | 12.71 | - |
| YUV | 207.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 47 | 0 | 0.15 | 0.81 | 0.00 | 48.7 | 0.99 | 0.59 |
| Hex | FE | D7 | 2F | 0 | F | 51 | 0 | 31 | 63 | 3B |
| Octal | 376 | 327 | 57 | 0 | 17 | 121 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11010111 | 101111 | 0 | 1111 | 1010001 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED72F
Complementary color
Monochromatic Colors of #FED72F
Black with #FED72F
Text Example
Text Example
White with #FED72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED72F; }
p { color: rgb(254,215,47); }
H1.HeaderClassName
{
color: #FED72F;
}
.AnyTagClassName
{
color: #FED72F;
}
</style>
background-color css
<style>
a { background-color: #FED72F; }
a { background-color: rgb(254,215,47); }
div.DivClassName
{
background-color: #FED72F;
}
.BgClassName
{
background-color: #FED72F;
}
</style>
border-color css
<style>
span { border-color: #FED72F; }
span { border-color: rgb(254,215,47); }
td.TdClassName
{
border-color: #FED72F;
}
.TagClassName
{
border-color: #FED72F;
}
</style>