Html Css Color HEX #F5D94C Energy Yellow

📋 copy color: '#F5D94C'

red 245 ◦ green 217 ◦ blue 76

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

Shades of Energy Yellow #F5D94C

Tints of Energy Yellow #F5D94C

RGB

 RED value IS 245 (96.09% from 255) = 45.54%

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

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

R = 45.54%
G = 40.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5D94C (or 0xF5D94C) is known color: Energy Yellow. HEX triplet: F5, D9 and 4C. RGB value is (245,217,76). Sum of RGB (Red+Green+Blue) = 245+217+76=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D94C is #0A26B3. Grayscale: #D1D1D1. Windows color (decimal): -665268 or 5036533. OLE color: 5036533.

HSL color Cylindrical-coordinate representation of color #F5D94C: hue angle of 50.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5D94C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 217 76 -
CMYK 0 0.11 0.69 0.04
HSL 50.06º 0.89% 0.63% -
HSV(B) 50.06º 0.69% 0.96% -
XYZ 63.77 69.56 16.9 -
YUV 209.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 245 217 76 0 0.11 0.69 0.04 50.06 0.89 0.63
Hex F5 D9 4C 0 B 45 4 32 59 3F
Octal 365 331 114 0 13 105 4 62 131 77
Binary 11110101 11011001 1001100 0 1011 1000101 100 110010 1011001 111111

Color Harmonies of #F5D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D94C

Black with #F5D94C

Text Example


Text Example

White with #F5D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D94C; }

 p { color: rgb(245,217,76); }

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

background-color css

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

 a { background-color: rgb(245,217,76); }

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

border-color css

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

 span { border-color: rgb(245,217,76); }

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