Html Css Color HEX #FAD944 Energy Yellow

📋 copy color: '#FAD944'

red 250 ◦ green 217 ◦ blue 68

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

Shades of Energy Yellow #FAD944

Tints of Energy Yellow #FAD944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

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

R = 46.73%
G = 40.56%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD944 (or 0xFAD944) is known color: Energy Yellow. HEX triplet: FA, D9 and 44. RGB value is (250,217,68). Sum of RGB (Red+Green+Blue) = 250+217+68=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD944 is #0526BB. Grayscale: #D2D2D2. Windows color (decimal): -337596 or 4512250. OLE color: 4512250.

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

Color convert

RGB 250 217 68 -
CMYK 0 0.13 0.73 0.02
HSL 49.12º 0.95% 0.62% -
HSV(B) 49.12º 0.73% 0.98% -
XYZ 65.28 70.37 15.61 -
YUV 209.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 250 217 68 0 0.13 0.73 0.02 49.12 0.95 0.62
Hex FA D9 44 0 D 49 2 31 5F 3E
Octal 372 331 104 0 15 111 2 61 137 76
Binary 11111010 11011001 1000100 0 1101 1001001 10 110001 1011111 111110

Color Harmonies of #FAD944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD944

Black with #FAD944

Text Example


Text Example

White with #FAD944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD944; }

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

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

background-color css

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

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

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

border-color css

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

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

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