Shades of Energy Yellow #F3D352
Tints of Energy Yellow #F3D352
RGB
CMYK
RGB Variations
Color information
#F3D352 (or 0xF3D352) is known color: Energy Yellow. HEX triplet: F3, D3 and 52. RGB value is (243,211,82). Sum of RGB (Red+Green+Blue) = 243+211+82=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D352 is #0C2CAD. Grayscale: #CECECE. Windows color (decimal): -797870 or 5428211. OLE color: 5428211.
HSL color Cylindrical-coordinate representation of color #F3D352: hue angle of 48.07º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3D352 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 82 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.05 |
| HSL | 48.07º | 0.87% | 0.64% | - |
| HSV(B) | 48.07º | 0.66% | 0.95% | - |
| XYZ | 61.78 | 66.25 | 17.51 | - |
| YUV | 205.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 82 | 0 | 0.13 | 0.66 | 0.05 | 48.07 | 0.87 | 0.64 |
| Hex | F3 | D3 | 52 | 0 | D | 42 | 5 | 30 | 57 | 40 |
| Octal | 363 | 323 | 122 | 0 | 15 | 102 | 5 | 60 | 127 | 100 |
| Binary | 11110011 | 11010011 | 1010010 | 0 | 1101 | 1000010 | 101 | 110000 | 1010111 | 1000000 |
Color Harmonies of #F3D352
Complementary color
Monochromatic Colors of #F3D352
Black with #F3D352
Text Example
Text Example
White with #F3D352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D352; }
p { color: rgb(243,211,82); }
H1.HeaderClassName
{
color: #F3D352;
}
.AnyTagClassName
{
color: #F3D352;
}
</style>
background-color css
<style>
a { background-color: #F3D352; }
a { background-color: rgb(243,211,82); }
div.DivClassName
{
background-color: #F3D352;
}
.BgClassName
{
background-color: #F3D352;
}
</style>
border-color css
<style>
span { border-color: #F3D352; }
span { border-color: rgb(243,211,82); }
td.TdClassName
{
border-color: #F3D352;
}
.TagClassName
{
border-color: #F3D352;
}
</style>