Html Css Color HEX #FAD84A Energy Yellow

📋 copy color: '#FAD84A'

red 250 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #FAD84A

Tints of Energy Yellow #FAD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

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

R = 46.3%
G = 40%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAD84A (or 0xFAD84A) is known color: Energy Yellow. HEX triplet: FA, D8 and 4A. RGB value is (250,216,74). Sum of RGB (Red+Green+Blue) = 250+216+74=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD84A is #0527B5. Grayscale: #D2D2D2. Windows color (decimal): -337846 or 4905210. OLE color: 4905210.

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

Color convert

RGB 250 216 74 -
CMYK 0 0.14 0.70 0.02
HSL 48.41º 0.95% 0.64% -
HSV(B) 48.41º 0.7% 0.98% -
XYZ 65.22 69.93 16.54 -
YUV 209.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 250 216 74 0 0.14 0.70 0.02 48.41 0.95 0.64
Hex FA D8 4A 0 E 46 2 30 5F 40
Octal 372 330 112 0 16 106 2 60 137 100
Binary 11111010 11011000 1001010 0 1110 1000110 10 110000 1011111 1000000

Color Harmonies of #FAD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD84A

Black with #FAD84A

Text Example


Text Example

White with #FAD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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