Html Css Color HEX #FADD4A Energy Yellow

📋 copy color: '#FADD4A'

red 250 ◦ green 221 ◦ blue 74

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

Shades of Energy Yellow #FADD4A

Tints of Energy Yellow #FADD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

 BLUE value IS 74 (29.3% from 255) = 13.58%

R = 45.87%
G = 40.55%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FADD4A (or 0xFADD4A) is known color: Energy Yellow. HEX triplet: FA, DD and 4A. RGB value is (250,221,74). Sum of RGB (Red+Green+Blue) = 250+221+74=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD4A is #0522B5. Grayscale: #D5D5D5. Windows color (decimal): -336566 or 4906490. OLE color: 4906490.

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

Color convert

RGB 250 221 74 -
CMYK 0 0.12 0.70 0.02
HSL 50.11º 0.95% 0.64% -
HSV(B) 50.11º 0.7% 0.98% -
XYZ 66.52 72.53 16.97 -
YUV 212.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 250 221 74 0 0.12 0.70 0.02 50.11 0.95 0.64
Hex FA DD 4A 0 C 46 2 32 5F 40
Octal 372 335 112 0 14 106 2 62 137 100
Binary 11111010 11011101 1001010 0 1100 1000110 10 110010 1011111 1000000

Color Harmonies of #FADD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD4A

Black with #FADD4A

Text Example


Text Example

White with #FADD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD4A; }

 p { color: rgb(250,221,74); }

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

background-color css

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

 a { background-color: rgb(250,221,74); }

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

border-color css

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

 span { border-color: rgb(250,221,74); }

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