Html Css Color HEX #FDDA45 Energy Yellow

📋 copy color: '#FDDA45'

red 253 ◦ green 218 ◦ blue 69

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

Shades of Energy Yellow #FDDA45

Tints of Energy Yellow #FDDA45

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

 BLUE value IS 69 (27.34% from 255) = 12.78%

R = 46.85%
G = 40.37%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDDA45 (or 0xFDDA45) is known color: Energy Yellow. HEX triplet: FD, DA and 45. RGB value is (253,218,69). Sum of RGB (Red+Green+Blue) = 253+218+69=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA45 is #0225BA. Grayscale: #D4D4D4. Windows color (decimal): -140731 or 4578045. OLE color: 4578045.

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

Color convert

RGB 253 218 69 -
CMYK 0 0.14 0.73 0.01
HSL 48.59º 0.98% 0.63% -
HSV(B) 48.59º 0.73% 0.99% -
XYZ 66.65 71.46 15.91 -
YUV 211.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 253 218 69 0 0.14 0.73 0.01 48.59 0.98 0.63
Hex FD DA 45 0 E 49 1 31 62 3F
Octal 375 332 105 0 16 111 1 61 142 77
Binary 11111101 11011010 1000101 0 1110 1001001 1 110001 1100010 111111

Color Harmonies of #FDDA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA45

Black with #FDDA45

Text Example


Text Example

White with #FDDA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA45; }

 p { color: rgb(253,218,69); }

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

background-color css

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

 a { background-color: rgb(253,218,69); }

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

border-color css

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

 span { border-color: rgb(253,218,69); }

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