Html Css Color HEX #F5D84A Energy Yellow

📋 copy color: '#F5D84A'

red 245 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #F5D84A

Tints of Energy Yellow #F5D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 45.79%
G = 40.37%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5D84A (or 0xF5D84A) is known color: Energy Yellow. HEX triplet: F5, D8 and 4A. RGB value is (245,216,74). Sum of RGB (Red+Green+Blue) = 245+216+74=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D84A is #0A27B5. Grayscale: #D1D1D1. Windows color (decimal): -665526 or 4905205. OLE color: 4905205.

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

Color convert

RGB 245 216 74 -
CMYK 0 0.12 0.70 0.04
HSL 49.82º 0.9% 0.63% -
HSV(B) 49.82º 0.7% 0.96% -
XYZ 63.45 69.02 16.46 -
YUV 208.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 245 216 74 0 0.12 0.70 0.04 49.82 0.9 0.63
Hex F5 D8 4A 0 C 46 4 32 5A 3F
Octal 365 330 112 0 14 106 4 62 132 77
Binary 11110101 11011000 1001010 0 1100 1000110 100 110010 1011010 111111

Color Harmonies of #F5D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D84A

Black with #F5D84A

Text Example


Text Example

White with #F5D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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