Html Css Color HEX #FAD64C Energy Yellow

📋 copy color: '#FAD64C'

red 250 ◦ green 214 ◦ blue 76

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

Shades of Energy Yellow #FAD64C

Tints of Energy Yellow #FAD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 76 (30.08% from 255) = 14.07%

R = 46.3%
G = 39.63%
B = 14.07%

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

#FAD64C (or 0xFAD64C) is known color: Energy Yellow. HEX triplet: FA, D6 and 4C. RGB value is (250,214,76). Sum of RGB (Red+Green+Blue) = 250+214+76=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD64C is #0529B3. Grayscale: #D1D1D1. Windows color (decimal): -338356 or 5035770. OLE color: 5035770.

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

Color convert

RGB 250 214 76 -
CMYK 0 0.14 0.70 0.02
HSL 47.59º 0.95% 0.64% -
HSV(B) 47.59º 0.7% 0.98% -
XYZ 64.78 68.94 16.73 -
YUV 209.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 250 214 76 0 0.14 0.70 0.02 47.59 0.95 0.64
Hex FA D6 4C 0 E 46 2 30 5F 40
Octal 372 326 114 0 16 106 2 60 137 100
Binary 11111010 11010110 1001100 0 1110 1000110 10 110000 1011111 1000000

Color Harmonies of #FAD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD64C

Black with #FAD64C

Text Example


Text Example

White with #FAD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD64C; }

 p { color: rgb(250,214,76); }

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

background-color css

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

 a { background-color: rgb(250,214,76); }

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

border-color css

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

 span { border-color: rgb(250,214,76); }

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