Html Css Color HEX #F5D14A Energy Yellow

📋 copy color: '#F5D14A'

red 245 ◦ green 209 ◦ blue 74

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

Shades of Energy Yellow #F5D14A

Tints of Energy Yellow #F5D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

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

R = 46.4%
G = 39.58%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5D14A (or 0xF5D14A) is known color: Energy Yellow. HEX triplet: F5, D1 and 4A. RGB value is (245,209,74). Sum of RGB (Red+Green+Blue) = 245+209+74=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D14A is #0A2EB5. Grayscale: #CCCCCC. Windows color (decimal): -667318 or 4903413. OLE color: 4903413.

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

Color convert

RGB 245 209 74 -
CMYK 0 0.15 0.70 0.04
HSL 47.37º 0.9% 0.63% -
HSV(B) 47.37º 0.7% 0.96% -
XYZ 61.69 65.51 15.87 -
YUV 204.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 245 209 74 0 0.15 0.70 0.04 47.37 0.9 0.63
Hex F5 D1 4A 0 F 46 4 2F 5A 3F
Octal 365 321 112 0 17 106 4 57 132 77
Binary 11110101 11010001 1001010 0 1111 1000110 100 101111 1011010 111111

Color Harmonies of #F5D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D14A

Black with #F5D14A

Text Example


Text Example

White with #F5D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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