Html Css Color HEX #F5DC52 Energy Yellow

📋 copy color: '#F5DC52'

red 245 ◦ green 220 ◦ blue 82

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

Shades of Energy Yellow #F5DC52

Tints of Energy Yellow #F5DC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.99%

R = 44.79%
G = 40.22%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5DC52 (or 0xF5DC52) is known color: Energy Yellow. HEX triplet: F5, DC and 52. RGB value is (245,220,82). Sum of RGB (Red+Green+Blue) = 245+220+82=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC52 is #0A23AD. Grayscale: #D4D4D4. Windows color (decimal): -664494 or 5430517. OLE color: 5430517.

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

Color convert

RGB 245 220 82 -
CMYK 0 0.10 0.67 0.04
HSL 50.8º 0.89% 0.64% -
HSV(B) 50.8º 0.67% 0.96% -
XYZ 64.77 71.21 18.31 -
YUV 211.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 245 220 82 0 0.10 0.67 0.04 50.8 0.89 0.64
Hex F5 DC 52 0 A 43 4 33 59 40
Octal 365 334 122 0 12 103 4 63 131 100
Binary 11110101 11011100 1010010 0 1010 1000011 100 110011 1011001 1000000

Color Harmonies of #F5DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC52

Black with #F5DC52

Text Example


Text Example

White with #F5DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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