Html Css Color HEX #FDDB4A Energy Yellow

📋 copy color: '#FDDB4A'

red 253 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #FDDB4A

Tints of Energy Yellow #FDDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

 BLUE value IS 74 (29.3% from 255) = 13.55%

R = 46.34%
G = 40.11%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDDB4A (or 0xFDDB4A) is known color: Energy Yellow. HEX triplet: FD, DB and 4A. RGB value is (253,219,74). Sum of RGB (Red+Green+Blue) = 253+219+74=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB4A is #0224B5. Grayscale: #D5D5D5. Windows color (decimal): -140470 or 4905981. OLE color: 4905981.

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

Color convert

RGB 253 219 74 -
CMYK 0 0.13 0.71 0.01
HSL 48.6º 0.98% 0.64% -
HSV(B) 48.6º 0.71% 0.99% -
XYZ 67.08 72.04 16.85 -
YUV 212.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 253 219 74 0 0.13 0.71 0.01 48.6 0.98 0.64
Hex FD DB 4A 0 D 47 1 31 62 40
Octal 375 333 112 0 15 107 1 61 142 100
Binary 11111101 11011011 1001010 0 1101 1000111 1 110001 1100010 1000000

Color Harmonies of #FDDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB4A

Black with #FDDB4A

Text Example


Text Example

White with #FDDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB4A; }

 p { color: rgb(253,219,74); }

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

background-color css

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

 a { background-color: rgb(253,219,74); }

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

border-color css

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

 span { border-color: rgb(253,219,74); }

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