Html Css Color HEX #F2DC4F Energy Yellow

📋 copy color: '#F2DC4F'

red 242 ◦ green 220 ◦ blue 79

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

Shades of Energy Yellow #F2DC4F

Tints of Energy Yellow #F2DC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.6%

R = 44.73%
G = 40.67%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2DC4F (or 0xF2DC4F) is known color: Energy Yellow. HEX triplet: F2, DC and 4F. RGB value is (242,220,79). Sum of RGB (Red+Green+Blue) = 242+220+79=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC4F is #0D23B0. Grayscale: #D3D3D3. Windows color (decimal): -861105 or 5233906. OLE color: 5233906.

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

Color convert

RGB 242 220 79 -
CMYK 0 0.09 0.67 0.05
HSL 51.9º 0.86% 0.63% -
HSV(B) 51.9º 0.67% 0.95% -
XYZ 63.62 70.63 17.68 -
YUV 210.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 242 220 79 0 0.09 0.67 0.05 51.9 0.86 0.63
Hex F2 DC 4F 0 9 43 5 34 56 3F
Octal 362 334 117 0 11 103 5 64 126 77
Binary 11110010 11011100 1001111 0 1001 1000011 101 110100 1010110 111111

Color Harmonies of #F2DC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC4F

Black with #F2DC4F

Text Example


Text Example

White with #F2DC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC4F; }

 p { color: rgb(242,220,79); }

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

background-color css

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

 a { background-color: rgb(242,220,79); }

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

border-color css

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

 span { border-color: rgb(242,220,79); }

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