Html Css Color HEX #FDD64B Energy Yellow

📋 copy color: '#FDD64B'

red 253 ◦ green 214 ◦ blue 75

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

Shades of Energy Yellow #FDD64B

Tints of Energy Yellow #FDD64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

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

R = 46.68%
G = 39.48%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDD64B (or 0xFDD64B) is known color: Energy Yellow. HEX triplet: FD, D6 and 4B. RGB value is (253,214,75). Sum of RGB (Red+Green+Blue) = 253+214+75=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD64B is #0229B4. Grayscale: #D2D2D2. Windows color (decimal): -141749 or 4970237. OLE color: 4970237.

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

Color convert

RGB 253 214 75 -
CMYK 0 0.15 0.70 0.01
HSL 46.85º 0.98% 0.64% -
HSV(B) 46.85º 0.7% 0.99% -
XYZ 65.82 69.48 16.6 -
YUV 209.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 253 214 75 0 0.15 0.70 0.01 46.85 0.98 0.64
Hex FD D6 4B 0 F 46 1 2F 62 40
Octal 375 326 113 0 17 106 1 57 142 100
Binary 11111101 11010110 1001011 0 1111 1000110 1 101111 1100010 1000000

Color Harmonies of #FDD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD64B

Black with #FDD64B

Text Example


Text Example

White with #FDD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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