Html Css Color HEX #FDDC4B Energy Yellow

📋 copy color: '#FDDC4B'

red 253 ◦ green 220 ◦ blue 75

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

Shades of Energy Yellow #FDDC4B

Tints of Energy Yellow #FDDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

 BLUE value IS 75 (29.69% from 255) = 13.69%

R = 46.17%
G = 40.15%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDDC4B (or 0xFDDC4B) is known color: Energy Yellow. HEX triplet: FD, DC and 4B. RGB value is (253,220,75). Sum of RGB (Red+Green+Blue) = 253+220+75=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 75 (29.69% from 255 or 13.69% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC4B is #0223B4. Grayscale: #D5D5D5. Windows color (decimal): -140213 or 4971773. OLE color: 4971773.

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

Color convert

RGB 253 220 75 -
CMYK 0 0.13 0.70 0.01
HSL 48.88º 0.98% 0.64% -
HSV(B) 48.88º 0.7% 0.99% -
XYZ 67.37 72.58 17.11 -
YUV 213.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 253 220 75 0 0.13 0.70 0.01 48.88 0.98 0.64
Hex FD DC 4B 0 D 46 1 31 62 40
Octal 375 334 113 0 15 106 1 61 142 100
Binary 11111101 11011100 1001011 0 1101 1000110 1 110001 1100010 1000000

Color Harmonies of #FDDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC4B

Black with #FDDC4B

Text Example


Text Example

White with #FDDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC4B; }

 p { color: rgb(253,220,75); }

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

background-color css

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

 a { background-color: rgb(253,220,75); }

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

border-color css

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

 span { border-color: rgb(253,220,75); }

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