Html Css Color HEX #FDDB48 Energy Yellow

📋 copy color: '#FDDB48'

red 253 ◦ green 219 ◦ blue 72

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

Shades of Energy Yellow #FDDB48

Tints of Energy Yellow #FDDB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.24%

R = 46.51%
G = 40.26%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDDB48 (or 0xFDDB48) is known color: Energy Yellow. HEX triplet: FD, DB and 48. RGB value is (253,219,72). Sum of RGB (Red+Green+Blue) = 253+219+72=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB48 is #0224B7. Grayscale: #D5D5D5. Windows color (decimal): -140472 or 4774909. OLE color: 4774909.

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

Color convert

RGB 253 219 72 -
CMYK 0 0.13 0.72 0.01
HSL 48.73º 0.98% 0.64% -
HSV(B) 48.73º 0.72% 0.99% -
XYZ 67.01 72.01 16.5 -
YUV 212.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 253 219 72 0 0.13 0.72 0.01 48.73 0.98 0.64
Hex FD DB 48 0 D 48 1 31 62 40
Octal 375 333 110 0 15 110 1 61 142 100
Binary 11111101 11011011 1001000 0 1101 1001000 1 110001 1100010 1000000

Color Harmonies of #FDDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB48

Black with #FDDB48

Text Example


Text Example

White with #FDDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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