Html Css Color HEX #FDD546 Energy Yellow

📋 copy color: '#FDD546'

red 253 ◦ green 213 ◦ blue 70

#FDD546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #FDD546

Tints of Energy Yellow #FDD546

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 70 (27.73% from 255) = 13.06%

R = 47.2%
G = 39.74%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDD546 (or 0xFDD546) is known color: Energy Yellow. HEX triplet: FD, D5 and 46. RGB value is (253,213,70). Sum of RGB (Red+Green+Blue) = 253+213+70=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD546 is #022AB9. Grayscale: #D1D1D1. Windows color (decimal): -142010 or 4642301. OLE color: 4642301.

HSL color Cylindrical-coordinate representation of color #FDD546: hue angle of 46.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD546 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 70 -
CMYK 0 0.16 0.72 0.01
HSL 46.89º 0.98% 0.63% -
HSV(B) 46.89º 0.72% 0.99% -
XYZ 65.41 68.91 15.65 -
YUV 208.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 253 213 70 0 0.16 0.72 0.01 46.89 0.98 0.63
Hex FD D5 46 0 10 48 1 2F 62 3F
Octal 375 325 106 0 20 110 1 57 142 77
Binary 11111101 11010101 1000110 0 10000 1001000 1 101111 1100010 111111

Color Harmonies of #FDD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD546

Black with #FDD546

Text Example


Text Example

White with #FDD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD546; }

 p { color: rgb(253,213,70); }

 H1.HeaderClassName
 {
   color: #FDD546;
 }
 .AnyTagClassName
 {
   color: #FDD546;
 }
</style>

background-color css

<style>
 a { background-color: #FDD546; }

 a { background-color: rgb(253,213,70); }

 div.DivClassName
 {
   background-color: #FDD546;
 }
 .BgClassName
 {
   background-color: #FDD546;
 }
</style>

border-color css

<style>
 span { border-color: #FDD546; }

 span { border-color: rgb(253,213,70); }

 td.TdClassName
 {
   border-color: #FDD546;
 }
 .TagClassName
 {
   border-color: #FDD546;
 }
</style>