Html Css Color HEX #F5D24A Energy Yellow

📋 copy color: '#F5D24A'

red 245 ◦ green 210 ◦ blue 74

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

Shades of Energy Yellow #F5D24A

Tints of Energy Yellow #F5D24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 46.31%
G = 39.7%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5D24A (or 0xF5D24A) is known color: Energy Yellow. HEX triplet: F5, D2 and 4A. RGB value is (245,210,74). Sum of RGB (Red+Green+Blue) = 245+210+74=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D24A is #0A2DB5. Grayscale: #CDCDCD. Windows color (decimal): -667062 or 4903669. OLE color: 4903669.

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

Color convert

RGB 245 210 74 -
CMYK 0 0.14 0.70 0.04
HSL 47.72º 0.9% 0.63% -
HSV(B) 47.72º 0.7% 0.96% -
XYZ 61.94 66 15.95 -
YUV 204.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 245 210 74 0 0.14 0.70 0.04 47.72 0.9 0.63
Hex F5 D2 4A 0 E 46 4 30 5A 3F
Octal 365 322 112 0 16 106 4 60 132 77
Binary 11110101 11010010 1001010 0 1110 1000110 100 110000 1011010 111111

Color Harmonies of #F5D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D24A

Black with #F5D24A

Text Example


Text Example

White with #F5D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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