Html Css Color HEX #F5DA52 Energy Yellow

📋 copy color: '#F5DA52'

red 245 ◦ green 218 ◦ blue 82

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

Shades of Energy Yellow #F5DA52

Tints of Energy Yellow #F5DA52

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

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

R = 44.95%
G = 40%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5DA52 (or 0xF5DA52) is known color: Energy Yellow. HEX triplet: F5, DA and 52. RGB value is (245,218,82). Sum of RGB (Red+Green+Blue) = 245+218+82=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA52 is #0A25AD. Grayscale: #D3D3D3. Windows color (decimal): -665006 or 5430005. OLE color: 5430005.

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

Color convert

RGB 245 218 82 -
CMYK 0 0.11 0.67 0.04
HSL 50.06º 0.89% 0.64% -
HSV(B) 50.06º 0.67% 0.96% -
XYZ 64.25 70.16 18.14 -
YUV 210.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 245 218 82 0 0.11 0.67 0.04 50.06 0.89 0.64
Hex F5 DA 52 0 B 43 4 32 59 40
Octal 365 332 122 0 13 103 4 62 131 100
Binary 11110101 11011010 1010010 0 1011 1000011 100 110010 1011001 1000000

Color Harmonies of #F5DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA52

Black with #F5DA52

Text Example


Text Example

White with #F5DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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