Html Css Color HEX #F2DC53 Energy Yellow

📋 copy color: '#F2DC53'

red 242 ◦ green 220 ◦ blue 83

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

Shades of Energy Yellow #F2DC53

Tints of Energy Yellow #F2DC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.23%

R = 44.4%
G = 40.37%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2DC53 (or 0xF2DC53) is known color: Energy Yellow. HEX triplet: F2, DC and 53. RGB value is (242,220,83). Sum of RGB (Red+Green+Blue) = 242+220+83=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC53 is #0D23AC. Grayscale: #D3D3D3. Windows color (decimal): -861101 or 5496050. OLE color: 5496050.

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

Color convert

RGB 242 220 83 -
CMYK 0 0.09 0.66 0.05
HSL 51.7º 0.86% 0.64% -
HSV(B) 51.7º 0.66% 0.95% -
XYZ 63.77 70.69 18.47 -
YUV 210.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 242 220 83 0 0.09 0.66 0.05 51.7 0.86 0.64
Hex F2 DC 53 0 9 42 5 34 56 40
Octal 362 334 123 0 11 102 5 64 126 100
Binary 11110010 11011100 1010011 0 1001 1000010 101 110100 1010110 1000000

Color Harmonies of #F2DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC53

Black with #F2DC53

Text Example


Text Example

White with #F2DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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