Html Css Color HEX #FADC4D Energy Yellow

📋 copy color: '#FADC4D'

red 250 ◦ green 220 ◦ blue 77

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

Shades of Energy Yellow #FADC4D

Tints of Energy Yellow #FADC4D

RGB

 RED value IS 250 (98.05% from 255) = 45.7%

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

 BLUE value IS 77 (30.47% from 255) = 14.08%

R = 45.7%
G = 40.22%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FADC4D (or 0xFADC4D) is known color: Energy Yellow. HEX triplet: FA, DC and 4D. RGB value is (250,220,77). Sum of RGB (Red+Green+Blue) = 250+220+77=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC4D is #0523B2. Grayscale: #D5D5D5. Windows color (decimal): -336819 or 5102842. OLE color: 5102842.

HSL color Cylindrical-coordinate representation of color #FADC4D: hue angle of 49.6º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FADC4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 77 -
CMYK 0 0.12 0.69 0.02
HSL 49.6º 0.95% 0.64% -
HSV(B) 49.6º 0.69% 0.98% -
XYZ 66.36 72.05 17.43 -
YUV 212.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 250 220 77 0 0.12 0.69 0.02 49.6 0.95 0.64
Hex FA DC 4D 0 C 45 2 32 5F 40
Octal 372 334 115 0 14 105 2 62 137 100
Binary 11111010 11011100 1001101 0 1100 1000101 10 110010 1011111 1000000

Color Harmonies of #FADC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC4D

Black with #FADC4D

Text Example


Text Example

White with #FADC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC4D; }

 p { color: rgb(250,220,77); }

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

background-color css

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

 a { background-color: rgb(250,220,77); }

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

border-color css

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

 span { border-color: rgb(250,220,77); }

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