Shades of Sunglow #FFD134
Tints of Sunglow #FFD134
RGB
CMYK
RGB Variations
Color information
#FFD134 (or 0xFFD134) is known color: Sunglow. HEX triplet: FF, D1 and 34. RGB value is (255,209,52). Sum of RGB (Red+Green+Blue) = 255+209+52=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 52 (20.70% from 255 or 10.08% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD134 is #002ECB. Grayscale: #CDCDCD. Windows color (decimal): -11980 or 3461631. OLE color: 3461631.
HSL color Cylindrical-coordinate representation of color #FFD134: hue angle of 46.4º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFD134 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 52 | - |
| CMYK | 0 | 0.18 | 0.80 | 0 |
| HSL | 46.4º | 1% | 0.6% | - |
| HSV(B) | 46.4º | 0.8% | 1% | - |
| XYZ | 64.66 | 67.11 | 12.79 | - |
| YUV | 204.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 52 | 0 | 0.18 | 0.80 | 0 | 46.4 | 1 | 0.6 |
| Hex | FF | D1 | 34 | 0 | 12 | 50 | 0 | 2E | 64 | 3C |
| Octal | 377 | 321 | 64 | 0 | 22 | 120 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11010001 | 110100 | 0 | 10010 | 1010000 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFD134
Complementary color
Monochromatic Colors of #FFD134
Black with #FFD134
Text Example
Text Example
White with #FFD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD134; }
p { color: rgb(255,209,52); }
H1.HeaderClassName
{
color: #FFD134;
}
.AnyTagClassName
{
color: #FFD134;
}
</style>
background-color css
<style>
a { background-color: #FFD134; }
a { background-color: rgb(255,209,52); }
div.DivClassName
{
background-color: #FFD134;
}
.BgClassName
{
background-color: #FFD134;
}
</style>
border-color css
<style>
span { border-color: #FFD134; }
span { border-color: rgb(255,209,52); }
td.TdClassName
{
border-color: #FFD134;
}
.TagClassName
{
border-color: #FFD134;
}
</style>