Html Css Color HEX #F5D14D Energy Yellow

📋 copy color: '#F5D14D'

red 245 ◦ green 209 ◦ blue 77

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

Shades of Energy Yellow #F5D14D

Tints of Energy Yellow #F5D14D

RGB

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

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

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

R = 46.14%
G = 39.36%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5D14D (or 0xF5D14D) is known color: Energy Yellow. HEX triplet: F5, D1 and 4D. RGB value is (245,209,77). Sum of RGB (Red+Green+Blue) = 245+209+77=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D14D is #0A2EB2. Grayscale: #CDCDCD. Windows color (decimal): -667315 or 5100021. OLE color: 5100021.

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

Color convert

RGB 245 209 77 -
CMYK 0 0.15 0.69 0.04
HSL 47.14º 0.89% 0.63% -
HSV(B) 47.14º 0.69% 0.96% -
XYZ 61.8 65.55 16.42 -
YUV 204.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 245 209 77 0 0.15 0.69 0.04 47.14 0.89 0.63
Hex F5 D1 4D 0 F 45 4 2F 59 3F
Octal 365 321 115 0 17 105 4 57 131 77
Binary 11110101 11010001 1001101 0 1111 1000101 100 101111 1011001 111111

Color Harmonies of #F5D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D14D

Black with #F5D14D

Text Example


Text Example

White with #F5D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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