Html Css Color HEX #FAD54D Energy Yellow

📋 copy color: '#FAD54D'

red 250 ◦ green 213 ◦ blue 77

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

Shades of Energy Yellow #FAD54D

Tints of Energy Yellow #FAD54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 46.3%
G = 39.44%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAD54D (or 0xFAD54D) is known color: Energy Yellow. HEX triplet: FA, D5 and 4D. RGB value is (250,213,77). Sum of RGB (Red+Green+Blue) = 250+213+77=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD54D is #052AB2. Grayscale: #D1D1D1. Windows color (decimal): -338611 or 5101050. OLE color: 5101050.

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

Color convert

RGB 250 213 77 -
CMYK 0 0.15 0.69 0.02
HSL 47.17º 0.95% 0.64% -
HSV(B) 47.17º 0.69% 0.98% -
XYZ 64.56 68.45 16.83 -
YUV 208.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 250 213 77 0 0.15 0.69 0.02 47.17 0.95 0.64
Hex FA D5 4D 0 F 45 2 2F 5F 40
Octal 372 325 115 0 17 105 2 57 137 100
Binary 11111010 11010101 1001101 0 1111 1000101 10 101111 1011111 1000000

Color Harmonies of #FAD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD54D

Black with #FAD54D

Text Example


Text Example

White with #FAD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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