Html Css Color HEX #F2DA4C Energy Yellow

📋 copy color: '#F2DA4C'

red 242 ◦ green 218 ◦ blue 76

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

Shades of Energy Yellow #F2DA4C

Tints of Energy Yellow #F2DA4C

RGB

 RED value IS 242 (94.92% from 255) = 45.15%

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

 BLUE value IS 76 (30.08% from 255) = 14.18%

R = 45.15%
G = 40.67%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2DA4C (or 0xF2DA4C) is known color: Energy Yellow. HEX triplet: F2, DA and 4C. RGB value is (242,218,76). Sum of RGB (Red+Green+Blue) = 242+218+76=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA4C is #0D25B3. Grayscale: #D1D1D1. Windows color (decimal): -861620 or 5036786. OLE color: 5036786.

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

Color convert

RGB 242 218 76 -
CMYK 0 0.10 0.69 0.05
HSL 51.33º 0.86% 0.62% -
HSV(B) 51.33º 0.69% 0.95% -
XYZ 62.99 69.54 16.94 -
YUV 208.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 242 218 76 0 0.10 0.69 0.05 51.33 0.86 0.62
Hex F2 DA 4C 0 A 45 5 33 56 3E
Octal 362 332 114 0 12 105 5 63 126 76
Binary 11110010 11011010 1001100 0 1010 1000101 101 110011 1010110 111110

Color Harmonies of #F2DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA4C

Black with #F2DA4C

Text Example


Text Example

White with #F2DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA4C; }

 p { color: rgb(242,218,76); }

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

background-color css

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

 a { background-color: rgb(242,218,76); }

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

border-color css

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

 span { border-color: rgb(242,218,76); }

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