Html Css Color HEX #F2DC50 Energy Yellow

📋 copy color: '#F2DC50'

red 242 ◦ green 220 ◦ blue 80

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

Shades of Energy Yellow #F2DC50

Tints of Energy Yellow #F2DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.76%

R = 44.65%
G = 40.59%
B = 14.76%

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

#F2DC50 (or 0xF2DC50) is known color: Energy Yellow. HEX triplet: F2, DC and 50. RGB value is (242,220,80). Sum of RGB (Red+Green+Blue) = 242+220+80=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC50 is #0D23AF. Grayscale: #D3D3D3. Windows color (decimal): -861104 or 5299442. OLE color: 5299442.

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

Color convert

RGB 242 220 80 -
CMYK 0 0.09 0.67 0.05
HSL 51.85º 0.86% 0.63% -
HSV(B) 51.85º 0.67% 0.95% -
XYZ 63.66 70.64 17.87 -
YUV 210.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 242 220 80 0 0.09 0.67 0.05 51.85 0.86 0.63
Hex F2 DC 50 0 9 43 5 34 56 3F
Octal 362 334 120 0 11 103 5 64 126 77
Binary 11110010 11011100 1010000 0 1001 1000011 101 110100 1010110 111111

Color Harmonies of #F2DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC50

Black with #F2DC50

Text Example


Text Example

White with #F2DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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