Html Css Color HEX #F2D94C Energy Yellow

📋 copy color: '#F2D94C'

red 242 ◦ green 217 ◦ blue 76

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

Shades of Energy Yellow #F2D94C

Tints of Energy Yellow #F2D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

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

R = 45.23%
G = 40.56%
B = 14.21%

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

#F2D94C (or 0xF2D94C) is known color: Energy Yellow. HEX triplet: F2, D9 and 4C. RGB value is (242,217,76). Sum of RGB (Red+Green+Blue) = 242+217+76=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D94C is #0D26B3. Grayscale: #D0D0D0. Windows color (decimal): -861876 or 5036530. OLE color: 5036530.

HSL color Cylindrical-coordinate representation of color #F2D94C: hue angle of 50.96º 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 #F2D94C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 76 -
CMYK 0 0.10 0.69 0.05
HSL 50.96º 0.86% 0.62% -
HSV(B) 50.96º 0.69% 0.95% -
XYZ 62.74 69.02 16.85 -
YUV 208.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 242 217 76 0 0.10 0.69 0.05 50.96 0.86 0.62
Hex F2 D9 4C 0 A 45 5 33 56 3E
Octal 362 331 114 0 12 105 5 63 126 76
Binary 11110010 11011001 1001100 0 1010 1000101 101 110011 1010110 111110

Color Harmonies of #F2D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D94C

Black with #F2D94C

Text Example


Text Example

White with #F2D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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