Html Css Color HEX #F5DC4A Energy Yellow

📋 copy color: '#F5DC4A'

red 245 ◦ green 220 ◦ blue 74

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

Shades of Energy Yellow #F5DC4A

Tints of Energy Yellow #F5DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 74 (29.3% from 255) = 13.73%

R = 45.45%
G = 40.82%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5DC4A (or 0xF5DC4A) is known color: Energy Yellow. HEX triplet: F5, DC and 4A. RGB value is (245,220,74). Sum of RGB (Red+Green+Blue) = 245+220+74=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC4A is #0A23B5. Grayscale: #D3D3D3. Windows color (decimal): -664502 or 4906229. OLE color: 4906229.

HSL color Cylindrical-coordinate representation of color #F5DC4A: hue angle of 51.23º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5DC4A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 74 -
CMYK 0 0.10 0.70 0.04
HSL 51.23º 0.9% 0.63% -
HSV(B) 51.23º 0.7% 0.96% -
XYZ 64.49 71.09 16.8 -
YUV 210.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 245 220 74 0 0.10 0.70 0.04 51.23 0.9 0.63
Hex F5 DC 4A 0 A 46 4 33 5A 3F
Octal 365 334 112 0 12 106 4 63 132 77
Binary 11110101 11011100 1001010 0 1010 1000110 100 110011 1011010 111111

Color Harmonies of #F5DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC4A

Black with #F5DC4A

Text Example


Text Example

White with #F5DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC4A; }

 p { color: rgb(245,220,74); }

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

background-color css

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

 a { background-color: rgb(245,220,74); }

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

border-color css

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

 span { border-color: rgb(245,220,74); }

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