Html Css Color HEX #FDDB46 Energy Yellow

📋 copy color: '#FDDB46'

red 253 ◦ green 219 ◦ blue 70

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

Shades of Energy Yellow #FDDB46

Tints of Energy Yellow #FDDB46

RGB

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

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

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

R = 46.68%
G = 40.41%
B = 12.92%

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

#FDDB46 (or 0xFDDB46) is known color: Energy Yellow. HEX triplet: FD, DB and 46. RGB value is (253,219,70). Sum of RGB (Red+Green+Blue) = 253+219+70=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB46 is #0224B9. Grayscale: #D4D4D4. Windows color (decimal): -140474 or 4643837. OLE color: 4643837.

HSL color Cylindrical-coordinate representation of color #FDDB46: hue angle of 48.85º 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 #FDDB46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 70 -
CMYK 0 0.13 0.72 0.01
HSL 48.85º 0.98% 0.63% -
HSV(B) 48.85º 0.72% 0.99% -
XYZ 66.95 71.99 16.16 -
YUV 212.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 253 219 70 0 0.13 0.72 0.01 48.85 0.98 0.63
Hex FD DB 46 0 D 48 1 31 62 3F
Octal 375 333 106 0 15 110 1 61 142 77
Binary 11111101 11011011 1000110 0 1101 1001000 1 110001 1100010 111111

Color Harmonies of #FDDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB46

Black with #FDDB46

Text Example


Text Example

White with #FDDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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