Html Css Color HEX #FAD54C Energy Yellow

📋 copy color: '#FAD54C'

red 250 ◦ green 213 ◦ blue 76

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

Shades of Energy Yellow #FAD54C

Tints of Energy Yellow #FAD54C

RGB

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

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

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

R = 46.38%
G = 39.52%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAD54C (or 0xFAD54C) is known color: Energy Yellow. HEX triplet: FA, D5 and 4C. RGB value is (250,213,76). Sum of RGB (Red+Green+Blue) = 250+213+76=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD54C is #052AB3. Grayscale: #D1D1D1. Windows color (decimal): -338612 or 5035514. OLE color: 5035514.

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

Color convert

RGB 250 213 76 -
CMYK 0 0.15 0.70 0.02
HSL 47.24º 0.95% 0.64% -
HSV(B) 47.24º 0.7% 0.98% -
XYZ 64.52 68.43 16.65 -
YUV 208.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 250 213 76 0 0.15 0.70 0.02 47.24 0.95 0.64
Hex FA D5 4C 0 F 46 2 2F 5F 40
Octal 372 325 114 0 17 106 2 57 137 100
Binary 11111010 11010101 1001100 0 1111 1000110 10 101111 1011111 1000000

Color Harmonies of #FAD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD54C

Black with #FAD54C

Text Example


Text Example

White with #FAD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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