Html Css Color HEX #FAD84D Energy Yellow

📋 copy color: '#FAD84D'

red 250 ◦ green 216 ◦ blue 77

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

Shades of Energy Yellow #FAD84D

Tints of Energy Yellow #FAD84D

RGB

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

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

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

R = 46.04%
G = 39.78%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAD84D (or 0xFAD84D) is known color: Energy Yellow. HEX triplet: FA, D8 and 4D. RGB value is (250,216,77). Sum of RGB (Red+Green+Blue) = 250+216+77=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD84D is #0527B2. Grayscale: #D2D2D2. Windows color (decimal): -337843 or 5101818. OLE color: 5101818.

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

Color convert

RGB 250 216 77 -
CMYK 0 0.14 0.69 0.02
HSL 48.21º 0.95% 0.64% -
HSV(B) 48.21º 0.69% 0.98% -
XYZ 65.32 69.97 17.08 -
YUV 210.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 250 216 77 0 0.14 0.69 0.02 48.21 0.95 0.64
Hex FA D8 4D 0 E 45 2 30 5F 40
Octal 372 330 115 0 16 105 2 60 137 100
Binary 11111010 11011000 1001101 0 1110 1000101 10 110000 1011111 1000000

Color Harmonies of #FAD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD84D

Black with #FAD84D

Text Example


Text Example

White with #FAD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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