Html Css Color HEX #F5DC48 Energy Yellow

📋 copy color: '#F5DC48'

red 245 ◦ green 220 ◦ blue 72

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

Shades of Energy Yellow #F5DC48

Tints of Energy Yellow #F5DC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.41%

R = 45.62%
G = 40.97%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5DC48 (or 0xF5DC48) is known color: Energy Yellow. HEX triplet: F5, DC and 48. RGB value is (245,220,72). Sum of RGB (Red+Green+Blue) = 245+220+72=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC48 is #0A23B7. Grayscale: #D3D3D3. Windows color (decimal): -664504 or 4775157. OLE color: 4775157.

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

Color convert

RGB 245 220 72 -
CMYK 0 0.10 0.71 0.04
HSL 51.33º 0.9% 0.62% -
HSV(B) 51.33º 0.71% 0.96% -
XYZ 64.42 71.07 16.45 -
YUV 210.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 245 220 72 0 0.10 0.71 0.04 51.33 0.9 0.62
Hex F5 DC 48 0 A 47 4 33 5A 3E
Octal 365 334 110 0 12 107 4 63 132 76
Binary 11110101 11011100 1001000 0 1010 1000111 100 110011 1011010 111110

Color Harmonies of #F5DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC48

Black with #F5DC48

Text Example


Text Example

White with #F5DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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