Html Css Color HEX #FADC44 Energy Yellow

📋 copy color: '#FADC44'

red 250 ◦ green 220 ◦ blue 68

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

Shades of Energy Yellow #FADC44

Tints of Energy Yellow #FADC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.64%

R = 46.47%
G = 40.89%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FADC44 (or 0xFADC44) is known color: Energy Yellow. HEX triplet: FA, DC and 44. RGB value is (250,220,68). Sum of RGB (Red+Green+Blue) = 250+220+68=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 68 (26.95% from 255 or 12.64% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC44 is #0523BB. Grayscale: #D4D4D4. Windows color (decimal): -336828 or 4513018. OLE color: 4513018.

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

Color convert

RGB 250 220 68 -
CMYK 0 0.12 0.73 0.02
HSL 50.11º 0.95% 0.62% -
HSV(B) 50.11º 0.73% 0.98% -
XYZ 66.06 71.93 15.87 -
YUV 211.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 250 220 68 0 0.12 0.73 0.02 50.11 0.95 0.62
Hex FA DC 44 0 C 49 2 32 5F 3E
Octal 372 334 104 0 14 111 2 62 137 76
Binary 11111010 11011100 1000100 0 1100 1001001 10 110010 1011111 111110

Color Harmonies of #FADC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC44

Black with #FADC44

Text Example


Text Example

White with #FADC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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